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.java152 float cornerRadius, boolean isOpening) { in update()
167 float cornerRadius, boolean isOpening, int taskViewDrawAlpha) { in update()
210 private void matchPositionOf(Launcher launcher, View v, boolean isOpening, RectF positionOut) { in matchPositionOf()
242 private static void getLocationBoundsForView(Launcher launcher, View v, boolean isOpening, in getLocationBoundsForView()
252 public static void getLocationBoundsForView(Launcher launcher, View v, boolean isOpening, in getLocationBoundsForView()
554 public static IconLoadResult fetchIcon(Launcher l, View v, ItemInfo info, boolean isOpening) { in fetchIcon()
612 RectF positionOut, boolean isOpening) { in getFloatingIconView()
DClipIconView.java112 boolean isOpening, View container, DeviceProfile dp) { in update()
121 boolean isOpening, View container, DeviceProfile dp, int taskViewDrawAlpha) { in update()
160 boolean isOpening, float scale, float minSize, DeviceProfile dp) { in update()
229 boolean isOpening, DeviceProfile dp) { in setIcon()
/packages/apps/Launcher3/src/com/android/launcher3/folder/
DFolderAnimationManager.java91 public FolderAnimationManager(Folder folder, boolean isOpening) { in FolderAnimationManager()
/packages/apps/Launcher3/src/com/android/launcher3/popup/
DArrowPopup.java654 protected AnimatorSet getOpenCloseAnimator(boolean isOpening, int scaleDuration, in getOpenCloseAnimator()