Home
last modified time | relevance | path

Searched refs:isZoomedOutFromService (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/services/accessibility/java/com/android/server/accessibility/magnification/
DFullScreenMagnificationController.java625 boolean isZoomedOutFromService() { in isZoomedOutFromService() method in FullScreenMagnificationController.DisplayMagnification
1680 public boolean isZoomedOutFromService(int displayId) { in isZoomedOutFromService() method in FullScreenMagnificationController
1686 return display.isZoomedOutFromService(); in isZoomedOutFromService()
DFullScreenMagnificationGestureHandler.java1593 final boolean isZoomedOutFromService = in zoomInTemporary()
1594 mFullScreenMagnificationController.isZoomedOutFromService(mDisplayId); in zoomInTemporary()
1597 !isActivated || isShortcutTriggered || isZoomedOutFromService; in zoomInTemporary()
/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/magnification/
DFullScreenMagnificationGestureHandlerTest.java1433 check(mMgh.mFullScreenMagnificationController.isZoomedOutFromService(DISPLAY_0), in assertIn()
1449 check(mMgh.mFullScreenMagnificationController.isZoomedOutFromService(DISPLAY_0), in assertIn()
DFullScreenMagnificationControllerTest.java1440 assertFalse(mFullScreenMagnificationController.isZoomedOutFromService(DISPLAY_0));
1463 assertTrue(mFullScreenMagnificationController.isZoomedOutFromService(DISPLAY_0));