Home
last modified time | relevance | path

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

/frameworks/base/services/accessibility/java/com/android/server/accessibility/
DMagnificationController.java94 private final MagnificationSpec mCurrentMagnificationSpec = MagnificationSpec.obtain(); field in MagnificationController.DisplayMagnification
181 return mCurrentMagnificationSpec.scale > 1.0f; in isMagnifying()
185 return mCurrentMagnificationSpec.scale; in getScale()
189 return mCurrentMagnificationSpec.offsetX; in getOffsetX()
193 return mCurrentMagnificationSpec.offsetY; in getOffsetY()
289 mCurrentMagnificationSpec.offsetX, mCurrentMagnificationSpec.offsetY)) { in updateMagnificationRegion()
290 sendSpecToAnimation(mCurrentMagnificationSpec, false); in updateMagnificationRegion()
411 final MagnificationSpec spec = mCurrentMagnificationSpec; in reset()
433 final MagnificationSpec spec = mCurrentMagnificationSpec; in setScale()
463 sendSpecToAnimation(mCurrentMagnificationSpec, animate); in setScaleAndCenter()
[all …]