Home
last modified time | relevance | path

Searched refs:getCenterY (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/
DMagnificationControllerTest.java176 mMagnificationController.getCenterY(displayId), 0.0f); in initialState_noMagnificationAndMagnificationRegionReadFromWindowManager()
203 mMagnificationController.getCenterY(displayId); in notRegistered_publicMethodsShouldBeBenign()
230 assertEquals(center.y, mMagnificationController.getCenterY(displayId), 0.0);
258 assertEquals(newCenter.y, mMagnificationController.getCenterY(displayId), 0.5);
309 assertEquals(newCenter.y, mMagnificationController.getCenterY(displayId), 0.0);
334 assertEquals(newCenter.y, mMagnificationController.getCenterY(displayId), 0.5);
383 assertEquals(newCenter.y, mMagnificationController.getCenterY(displayId), 0.5);
396 mMagnificationController.getCenterY(displayId), 0.5);
420 assertEquals(newCenter.y, mMagnificationController.getCenterY(displayId), 0.5);
433 assertEquals(newCenter.y, mMagnificationController.getCenterY(displayId), 0.5);
[all …]
DAbstractAccessibilityServiceConnectionTest.java611 when(mMockMagnificationController.getCenterY(displayId)).thenReturn(centerY); in getMagnificationCenterY_notRegistered_shouldRegisterThenUnregister()
624 when(mMockMagnificationController.getCenterY(displayId)).thenReturn(centerY); in getMagnificationCenterY_serviceNotBelongCurrentUser_returnZero()
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
DMagnificationController.java203 float getCenterY() { in getCenterY() method in MagnificationController.DisplayMagnification
324 getScale(), getCenterX(), getCenterY()); in onMagnificationChangedLocked()
487 centerY = getCenterY(); in updateMagnificationSpecLocked()
842 public float getCenterY(int displayId) { in getCenterY() method in MagnificationController
848 return display.getCenterY(); in getCenterY()
DAbstractAccessibilityServiceConnection.java898 return magnificationController.getCenterY(displayId); in getMagnificationCenterY()
/frameworks/base/core/java/android/accessibilityservice/
DAccessibilityService.java1348 public float getCenterY() { in getCenterY() method in AccessibilityService.MagnificationController
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/frameworks/base/services/
Dart-profile4716 HPLcom/android/server/accessibility/MagnificationController$DisplayMagnification;->getCenterY()F
/frameworks/base/api/
Dcurrent.txt2953 method public float getCenterY();