Searched refs:popupRadius (Results 1 – 1 of 1) sorted by relevance
/packages/apps/Launcher3/src/com/android/launcher3/popup/ |
D | RoundedArrowDrawable.java | 59 public RoundedArrowDrawable(float width, float height, float radius, float popupRadius, in RoundedArrowDrawable() argument 71 clipPopupBodyFromPath(popupRadius, popupWidth, popupHeight, arrowOffsetX, arrowOffsetY, in RoundedArrowDrawable() 222 private static void clipPopupBodyFromPath(float popupRadius, float popupWidth, in clipPopupBodyFromPath() argument 228 popupRadius, popupRadius, Path.Direction.CW); in clipPopupBodyFromPath()
|