Searched refs:mPrevShowSourceCoords (Results 1 – 1 of 1) sorted by relevance
130 private final PointF mPrevShowSourceCoords = new PointF( field in Magnifier271 if (sourceCenterX != mPrevShowSourceCoords.x || sourceCenterY != mPrevShowSourceCoords.y in show()298 mPrevShowSourceCoords.x = sourceCenterX; in show()299 mPrevShowSourceCoords.y = sourceCenterY; in show()313 mPrevShowSourceCoords.x = NONEXISTENT_PREVIOUS_CONFIG_VALUE; in dismiss()314 mPrevShowSourceCoords.y = NONEXISTENT_PREVIOUS_CONFIG_VALUE; in dismiss()337 show(mPrevShowSourceCoords.x, mPrevShowSourceCoords.y, in update()