Home
last modified time | relevance | path

Searched refs:getCenterX (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/
DMagnificationControllerTest.java173 mMagnificationController.getCenterX(displayId), 0.0f); in initialState_noMagnificationAndMagnificationRegionReadFromWindowManager()
201 mMagnificationController.getCenterX(displayId); in notRegistered_publicMethodsShouldBeBenign()
228 assertEquals(center.x, mMagnificationController.getCenterX(displayId), 0.0);
256 assertEquals(newCenter.x, mMagnificationController.getCenterX(displayId), 0.5);
307 assertEquals(newCenter.x, mMagnificationController.getCenterX(displayId), 0.0);
332 assertEquals(newCenter.x, mMagnificationController.getCenterX(displayId), 0.5);
381 assertEquals(newCenter.x, mMagnificationController.getCenterX(displayId), 0.5);
393 mMagnificationController.getCenterX(displayId), 0.5);
418 assertEquals(newCenter.x, mMagnificationController.getCenterX(displayId), 0.5);
431 assertEquals(newCenter.x, mMagnificationController.getCenterX(displayId), 0.5);
[all …]
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
DMagnificationController.java197 float getCenterX() { in getCenterX() method in MagnificationController.DisplayMagnification
324 getScale(), getCenterX(), getCenterY()); in onMagnificationChangedLocked()
484 centerX = getCenterX(); in updateMagnificationSpecLocked()
808 public float getCenterX(int displayId) { in getCenterX() method in MagnificationController
814 return display.getCenterX(); in getCenterX()
DAbstractAccessibilityServiceConnection.java832 return magnificationController.getCenterX(displayId); in getMagnificationCenterX()
/frameworks/base/core/java/android/accessibilityservice/
DAccessibilityService.java1011 public float getCenterX() { in getCenterX() method in AccessibilityService.MagnificationController
/frameworks/base/non-updatable-api/
Dcurrent.txt2875 method public float getCenterX();
/frameworks/base/api/
Dcurrent.txt2875 method public float getCenterX();