Loading packages/SystemUI/src/com/android/systemui/accessibility/TEST_MAPPING +5 −0 Original line number Diff line number Diff line Loading @@ -20,5 +20,10 @@ } ] } ], "postsubmit": [ { "name": "CtsAccessibilityServiceTestCases" } ] } packages/SystemUI/src/com/android/systemui/accessibility/WindowMagnificationController.java +3 −3 Original line number Diff line number Diff line Loading @@ -726,11 +726,11 @@ class WindowMagnificationController implements View.OnTouchListener, SurfaceHold int windowWidth = mMagnificationFrame.width() + 2 * mMirrorSurfaceMargin; int windowHeight = mMagnificationFrame.height() + 2 * mMirrorSurfaceMargin; // TODO delete TYPE_ACCESSIBILITY_MAGNIFICATION_OVERLAY, it shouldn't be needed anymore // TODO: b/335440685 - Move to TYPE_ACCESSIBILITY_OVERLAY after the issues with // that type preventing swipe to navigate are resolved. LayoutParams params = new LayoutParams( windowWidth, windowHeight, LayoutParams.TYPE_ACCESSIBILITY_OVERLAY, LayoutParams.TYPE_ACCESSIBILITY_MAGNIFICATION_OVERLAY, LayoutParams.FLAG_NOT_TOUCH_MODAL | LayoutParams.FLAG_NOT_FOCUSABLE, PixelFormat.TRANSPARENT); Loading Loading
packages/SystemUI/src/com/android/systemui/accessibility/TEST_MAPPING +5 −0 Original line number Diff line number Diff line Loading @@ -20,5 +20,10 @@ } ] } ], "postsubmit": [ { "name": "CtsAccessibilityServiceTestCases" } ] }
packages/SystemUI/src/com/android/systemui/accessibility/WindowMagnificationController.java +3 −3 Original line number Diff line number Diff line Loading @@ -726,11 +726,11 @@ class WindowMagnificationController implements View.OnTouchListener, SurfaceHold int windowWidth = mMagnificationFrame.width() + 2 * mMirrorSurfaceMargin; int windowHeight = mMagnificationFrame.height() + 2 * mMirrorSurfaceMargin; // TODO delete TYPE_ACCESSIBILITY_MAGNIFICATION_OVERLAY, it shouldn't be needed anymore // TODO: b/335440685 - Move to TYPE_ACCESSIBILITY_OVERLAY after the issues with // that type preventing swipe to navigate are resolved. LayoutParams params = new LayoutParams( windowWidth, windowHeight, LayoutParams.TYPE_ACCESSIBILITY_OVERLAY, LayoutParams.TYPE_ACCESSIBILITY_MAGNIFICATION_OVERLAY, LayoutParams.FLAG_NOT_TOUCH_MODAL | LayoutParams.FLAG_NOT_FOCUSABLE, PixelFormat.TRANSPARENT); Loading