Skip to content

Commit b3c3815

Browse files
sganovAndroid (Google) Code Review
authored andcommitted
Merge "Screen magnification does not auto-pan when fragment dialog pops up." into jb-mr1-dev
2 parents 1cd614c + 0ea1603 commit b3c3815

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

services/java/com/android/server/accessibility/ScreenMagnifier.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -997,6 +997,7 @@ private void handleOnWindowTransition(int transition, WindowInfo info) {
997997
// TODO: Are these all the windows we want to make
998998
// visible when they appear on the screen?
999999
// Do we need to take some of them out?
1000+
case WindowManager.LayoutParams.TYPE_APPLICATION:
10001001
case WindowManager.LayoutParams.TYPE_APPLICATION_PANEL:
10011002
case WindowManager.LayoutParams.TYPE_APPLICATION_MEDIA:
10021003
case WindowManager.LayoutParams.TYPE_APPLICATION_SUB_PANEL:

0 commit comments

Comments
 (0)