Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DMagnifier.java130 private final PointF mPrevShowSourceCoords = new PointF( field in Magnifier
269 if (sourceCenterX != mPrevShowSourceCoords.x || sourceCenterY != mPrevShowSourceCoords.y in show()
296 mPrevShowSourceCoords.x = sourceCenterX; in show()
297 mPrevShowSourceCoords.y = sourceCenterY; in show()
311 mPrevShowSourceCoords.x = NONEXISTENT_PREVIOUS_CONFIG_VALUE; in dismiss()
312 mPrevShowSourceCoords.y = NONEXISTENT_PREVIOUS_CONFIG_VALUE; in dismiss()
335 show(mPrevShowSourceCoords.x, mPrevShowSourceCoords.y, in update()