Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/
DMagnificationControllerTest.java192 assertFalse(mMagnificationController.setScaleAndCenter(displayId, in notRegistered_publicMethodsShouldBeBenign()
328 assertTrue(mMagnificationController.setScaleAndCenter(displayId, scale, newCenter.x,
376 assertTrue(mMagnificationController.setScaleAndCenter(displayId,
387 assertTrue(mMagnificationController.setScaleAndCenter(displayId, 0.5f,
412 assertTrue(mMagnificationController.setScaleAndCenter(displayId,
425 assertTrue(mMagnificationController.setScaleAndCenter(displayId, scale,
469 .setScaleAndCenter(displayId, scale, startCenter.x, startCenter.y, false,
523 .setScaleAndCenter(displayId, scale, ulCenter.x, ulCenter.y, false,
535 .setScaleAndCenter(displayId, scale, lrCenter.x, lrCenter.y, false,
949 assertTrue(mMagnificationController.setScaleAndCenter(displayId,
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
DMagnificationController.java446 return setScaleAndCenter(scale, centerX, centerY, animate, id); in setScale()
450 boolean setScaleAndCenter(float scale, float centerX, float centerY, in setScaleAndCenter() method in MagnificationController.DisplayMagnification
919 return display.setScaleAndCenter(Float.NaN, centerX, centerY, animate, id); in setCenter()
940 public boolean setScaleAndCenter(int displayId, float scale, float centerX, float centerY, in setScaleAndCenter() method in MagnificationController
947 return display.setScaleAndCenter(scale, centerX, centerY, animate, id); in setScaleAndCenter()
DMagnificationGestureHandler.java953 mMagnificationController.setScaleAndCenter(mDisplayId, in zoomOn()
DAbstractAccessibilityServiceConnection.java913 .setScaleAndCenter(displayId, scale, centerX, centerY, animate, mId); in setMagnificationScaleAndCenter()