Searched defs:endRadius (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
51 mEndRadius = endRadius;

Completed in 58 milliseconds