HomeSort by relevance Sort by last modified time
    Searched refs:PillRevealOutlineProvider (Results 1 - 3 of 3) sorted by null

  /packages/apps/Launcher3/src/com/android/launcher3/anim/
PillHeightRevealOutlineProvider.java 21 import com.android.launcher3.util.PillRevealOutlineProvider;
24 * Extension of {@link PillRevealOutlineProvider} which only changes the height of the pill.
27 public class PillHeightRevealOutlineProvider extends PillRevealOutlineProvider {
  /packages/apps/Launcher3/src/com/android/launcher3/util/
PillRevealOutlineProvider.java 27 public class PillRevealOutlineProvider extends RevealOutlineAnimation {
39 public PillRevealOutlineProvider(int x, int y, Rect pillRect) {
43 public PillRevealOutlineProvider(int x, int y, Rect pillRect, float radius) {
  /packages/apps/Launcher3/src/com/android/launcher3/popup/
PopupItemView.java 38 import com.android.launcher3.util.PillRevealOutlineProvider;
189 * Extension of {@link PillRevealOutlineProvider} which scales the icon based on the height.
191 private static class ZoomRevealOutlineProvider extends PillRevealOutlineProvider {

Completed in 606 milliseconds