Searched refs:getCenterY (Results 1 – 8 of 8) sorted by relevance
/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/ |
D | MagnificationControllerTest.java | 176 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 …]
|
D | AbstractAccessibilityServiceConnectionTest.java | 611 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/ |
D | MagnificationController.java | 203 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()
|
D | AbstractAccessibilityServiceConnection.java | 898 return magnificationController.getCenterY(displayId); in getMagnificationCenterY()
|
/frameworks/base/core/java/android/accessibilityservice/ |
D | AccessibilityService.java | 1348 public float getCenterY() { in getCenterY() method in AccessibilityService.MagnificationController
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/frameworks/base/services/ |
D | art-profile | 4716 HPLcom/android/server/accessibility/MagnificationController$DisplayMagnification;->getCenterY()F
|
/frameworks/base/api/ |
D | current.txt | 2953 method public float getCenterY();
|