Home
last modified time | relevance | path

Searched defs:isOpening (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/views/
DFloatingIconView.java150 float shapeProgressStart, float cornerRadius, boolean isOpening) { in update()
175 private void matchPositionOf(Launcher launcher, View v, boolean isOpening, RectF positionOut) { in matchPositionOf()
205 private static void getLocationBoundsForView(Launcher launcher, View v, boolean isOpening, in getLocationBoundsForView()
215 public static void getLocationBoundsForView(Launcher launcher, View v, boolean isOpening, in getLocationBoundsForView()
501 public static IconLoadResult fetchIcon(Launcher l, View v, ItemInfo info, boolean isOpening) { in fetchIcon()
538 boolean hideOriginal, RectF positionOut, boolean isOpening) { in getFloatingIconView()
DClipIconView.java150 int fgIconAlpha, boolean isOpening, View container, DeviceProfile dp, in update()
183 int fgIconAlpha, boolean isOpening, float scale, float minSize, in update()
272 boolean isOpening, boolean isVerticalBarLayout, DeviceProfile dp) { in setIcon()
/packages/apps/Launcher3/src/com/android/launcher3/folder/
DFolderAnimationManager.java89 public FolderAnimationManager(Folder folder, boolean isOpening) { in FolderAnimationManager()
/packages/apps/Launcher3/src/com/android/launcher3/popup/
DArrowPopup.java711 private AnimatorSet getOpenCloseAnimator(boolean isOpening, int totalDuration, in getOpenCloseAnimator()