Searched defs:mSentMagnificationSpec (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/java/com/android/server/accessibility/
H A DScreenMagnifier.java957 private final MagnificationSpec mSentMagnificationSpec = MagnificationSpec.obtain(); field in class:ScreenMagnifier.MagnificationController
986 evaluator, mSentMagnificationSpec, mCurrentMagnificationSpec);
1001 animateMangificationSpec(mSentMagnificationSpec,
1072 animateMangificationSpec(mSentMagnificationSpec,
1116 return mSentMagnificationSpec;
1124 mSentMagnificationSpec.scale = spec.scale;
1125 mSentMagnificationSpec.offsetX = spec.offsetX;
1126 mSentMagnificationSpec.offsetY = spec.offsetY;

Completed in 1163 milliseconds