Searched refs:oldCenterY (Results 1 – 1 of 1) sorted by relevance
221 final float oldCenterY = mCenterY; in setCenterY() local222 if (oldCenterY != centerY) { in setCenterY()226 invalidate(mCenterX, oldCenterY, mRadius); in setCenterY()296 final float oldCenterY = mCenterY; in applyGravity() local336 if (oldCenterX != mCenterX || oldCenterY != mCenterY || oldRadius != mRadius) { in applyGravity()337 invalidate(oldCenterX, oldCenterY, oldRadius); in applyGravity()