Searched refs:mRevealRadius (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Launcher2/src/com/android/launcher2/
H A DCling.java67 private float mRevealRadius; field in class:Cling
99 mRevealRadius = r.getDimensionPixelSize(R.dimen.reveal_radius) * 1f;
182 if (diff < mRevealRadius) {
240 float scale = mRevealRadius / mPunchThroughGraphicCenterRadius;
250 c.drawCircle(cx, cy, mRevealRadius, mErasePaint);

Completed in 26 milliseconds