Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/widget/
H A DMagnifier.java135 private final PointF mPrevShowSourceCoords = new PointF( field in Magnifier
356 if (sourceCenterX != mPrevShowSourceCoords.x || sourceCenterY != mPrevShowSourceCoords.y in show()
383 mPrevShowSourceCoords.x = sourceCenterX; in show()
384 mPrevShowSourceCoords.y = sourceCenterY; in show()
398 mPrevShowSourceCoords.x = NONEXISTENT_PREVIOUS_CONFIG_VALUE; in dismiss()
399 mPrevShowSourceCoords.y = NONEXISTENT_PREVIOUS_CONFIG_VALUE; in dismiss()
422 show(mPrevShowSourceCoords.x, mPrevShowSourceCoords.y, in update()