Searched defs:startRadius (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/anim/
H A DRoundedRectRevealOutlineProvider.java42 public RoundedRectRevealOutlineProvider(float startRadius, float endRadius, Rect startRect, argument
44 this(startRadius, endRadius, startRect, endRect,
48 public RoundedRectRevealOutlineProvider(float startRadius, float endRadius, Rect startRect, argument
50 mStartRadius = startRadius;

Completed in 57 milliseconds