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

/packages/apps/Launcher3/src/com/android/launcher3/util/
H A DPillRevealOutlineProvider.java39 * @param pillRect round rect that represents the final pill shape
41 public PillRevealOutlineProvider(int x, int y, Rect pillRect) { argument
44 mPillRect = pillRect;
45 mOutlineRadius = pillRect.height() / 2f;
H A DPillWidthRevealOutlineProvider.java29 public PillWidthRevealOutlineProvider(Rect pillRect, int left, int right) { argument
30 super(0, 0, pillRect);
31 mOutline.set(pillRect);
/packages/apps/Launcher3/src/com/android/launcher3/shortcuts/
H A DDeepShortcutView.java205 public ZoomRevealOutlineProvider(int x, int y, Rect pillRect, argument
207 super(x, y, pillRect);
210 mFullHeight = pillRect.height();
215 mTranslateX = pivotLeft ? pillRect.height() / 2 : pillRect.right - pillRect.height() / 2;

Completed in 1049 milliseconds