Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/accessibility/java/com/android/server/accessibility/magnification/
H A DFullScreenMagnificationController.java365 int getIdOfLastServiceToMagnify() { in getIdOfLastServiceToMagnify() method in FullScreenMagnificationController.DisplayMagnification
1086 public int getIdOfLastServiceToMagnify(int displayId) { in getIdOfLastServiceToMagnify() method in FullScreenMagnificationController
1092 return display.getIdOfLastServiceToMagnify(); in getIdOfLastServiceToMagnify()
1179 || connectionId != display.getIdOfLastServiceToMagnify()) { in resetIfNeeded()
H A DMagnificationController.java260 fullScreenMagnificationController.getIdOfLastServiceToMagnify(displayId) > 0; in disableFullScreenMagnificationIfNeeded()
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/magnification/
H A DFullScreenMagnificationControllerTest.java211 assertTrue(mFullScreenMagnificationController.getIdOfLastServiceToMagnify(displayId) < 0); in notRegistered_publicMethodsShouldBeBenign()
603 mFullScreenMagnificationController.getIdOfLastServiceToMagnify(displayId));
608 mFullScreenMagnificationController.getIdOfLastServiceToMagnify(displayId));
H A DMagnificationControllerTest.java666 mScreenMagnificationController).getIdOfLastServiceToMagnify(TEST_DISPLAY); in stubMethods()