Searched refs:oldCenterY (Results 1 – 1 of 1) sorted by relevance
235 final float oldCenterY = mCenterY; in setCenterY() local236 if (oldCenterY != centerY) { in setCenterY()240 invalidate(mCenterX, oldCenterY, mRadius); in setCenterY()310 final float oldCenterY = mCenterY; in applyGravity() local350 if (oldCenterX != mCenterX || oldCenterY != mCenterY || oldRadius != mRadius) { in applyGravity()351 invalidate(oldCenterX, oldCenterY, oldRadius); in applyGravity()