Searched refs:oldCenterX (Results 1 – 1 of 1) sorted by relevance
205 final float oldCenterX = mCenterX; in setCenterX() local206 if (oldCenterX != centerX) { in setCenterX()210 invalidate(oldCenterX, mCenterY, mRadius); in setCenterX()309 final float oldCenterX = mCenterX; in applyGravity() local350 if (oldCenterX != mCenterX || oldCenterY != mCenterY || oldRadius != mRadius) { in applyGravity()351 invalidate(oldCenterX, oldCenterY, oldRadius); in applyGravity()