Searched refs:mSentMagnificationSpec (Results 1 – 1 of 1) sorted by relevance
216 return mSpecAnimationBridge.mSentMagnificationSpec.scale; in getSentScale()227 return mSpecAnimationBridge.mSentMagnificationSpec.offsetX; in getSentOffsetX()238 return mSpecAnimationBridge.mSentMagnificationSpec.offsetY; in getSentOffsetY()1165 private final MagnificationSpec mSentMagnificationSpec = MagnificationSpec.obtain(); field in MagnificationController.SpecAnimationBridge1206 mSentMagnificationSpec.clear(); in setEnabled()1208 mDisplayId, mSentMagnificationSpec); in setEnabled()1221 final boolean changed = !mSentMagnificationSpec.equals(spec); in updateSentSpecMainThread()1239 mSentMagnificationSpec.setTo(spec); in setMagnificationSpecLocked()1241 mDisplayId, mSentMagnificationSpec); in setMagnificationSpecLocked()1247 mStartMagnificationSpec.setTo(mSentMagnificationSpec); in animateMagnificationSpecLocked()