Merge "Screen magnification does not auto-pan when fragment dialog pops up." into jb-mr1-dev

This commit is contained in:
Svetoslav Ganov
2012-10-11 13:31:55 -07:00
committed by Android (Google) Code Review

View File

@@ -997,6 +997,7 @@ public final class ScreenMagnifier implements EventStreamTransformation {
// TODO: Are these all the windows we want to make
// visible when they appear on the screen?
// Do we need to take some of them out?
case WindowManager.LayoutParams.TYPE_APPLICATION:
case WindowManager.LayoutParams.TYPE_APPLICATION_PANEL:
case WindowManager.LayoutParams.TYPE_APPLICATION_MEDIA:
case WindowManager.LayoutParams.TYPE_APPLICATION_SUB_PANEL: