Loading services/core/java/com/android/server/wm/AccessibilityController.java +7 −2 Original line number Diff line number Diff line Loading @@ -222,11 +222,10 @@ final class AccessibilityController { || mWindowsForAccessibilityObserver != null); } /** NOTE: This has to be called within a surface transaction. */ public void setForceShowMagnifiableBoundsLocked(boolean show) { if (mDisplayMagnifier != null) { mDisplayMagnifier.setForceShowMagnifiableBoundsLocked(show); mDisplayMagnifier.drawMagnifiedRegionBorderIfNeededLocked(); mDisplayMagnifier.showMagnificationBoundsIfNeeded(); } } Loading Loading @@ -440,6 +439,12 @@ final class AccessibilityController { mMagnifedViewport.destroyWindow(); } // Can be called outside of a surface transaction public void showMagnificationBoundsIfNeeded() { mHandler.obtainMessage(MyHandler.MESSAGE_SHOW_MAGNIFIED_REGION_BOUNDS_IF_NEEDED) .sendToTarget(); } /** NOTE: This has to be called within a surface transaction. */ public void drawMagnifiedRegionBorderIfNeededLocked() { mMagnifedViewport.drawWindowIfNeededLocked(); Loading Loading
services/core/java/com/android/server/wm/AccessibilityController.java +7 −2 Original line number Diff line number Diff line Loading @@ -222,11 +222,10 @@ final class AccessibilityController { || mWindowsForAccessibilityObserver != null); } /** NOTE: This has to be called within a surface transaction. */ public void setForceShowMagnifiableBoundsLocked(boolean show) { if (mDisplayMagnifier != null) { mDisplayMagnifier.setForceShowMagnifiableBoundsLocked(show); mDisplayMagnifier.drawMagnifiedRegionBorderIfNeededLocked(); mDisplayMagnifier.showMagnificationBoundsIfNeeded(); } } Loading Loading @@ -440,6 +439,12 @@ final class AccessibilityController { mMagnifedViewport.destroyWindow(); } // Can be called outside of a surface transaction public void showMagnificationBoundsIfNeeded() { mHandler.obtainMessage(MyHandler.MESSAGE_SHOW_MAGNIFIED_REGION_BOUNDS_IF_NEEDED) .sendToTarget(); } /** NOTE: This has to be called within a surface transaction. */ public void drawMagnifiedRegionBorderIfNeededLocked() { mMagnifedViewport.drawWindowIfNeededLocked(); Loading