Searched refs:mPrevShowSourceCoords (Results 1 – 1 of 1) sorted by relevance
134 private final PointF mPrevShowSourceCoords = new PointF( field in Magnifier365 if (sourceCenterX != mPrevShowSourceCoords.x || sourceCenterY != mPrevShowSourceCoords.y in show()392 mPrevShowSourceCoords.x = sourceCenterX; in show()393 mPrevShowSourceCoords.y = sourceCenterY; in show()407 mPrevShowSourceCoords.x = NONEXISTENT_PREVIOUS_CONFIG_VALUE; in dismiss()408 mPrevShowSourceCoords.y = NONEXISTENT_PREVIOUS_CONFIG_VALUE; in dismiss()431 show(mPrevShowSourceCoords.x, mPrevShowSourceCoords.y, in update()