/packages/apps/Launcher3/src/com/android/launcher3/views/ |
D | FloatingIconView.java | 152 float cornerRadius, boolean isOpening) { in update() argument 153 update(alpha, rect, progress, shapeProgressStart, cornerRadius, isOpening, 0); in update() 167 float cornerRadius, boolean isOpening, int taskViewDrawAlpha) { in update() argument 174 mClipIconView.update(rect, progress, shapeProgressStart, cornerRadius, isOpening, this, in update() 210 private void matchPositionOf(Launcher launcher, View v, boolean isOpening, RectF positionOut) { in matchPositionOf() argument 211 getLocationBoundsForView(launcher, v, isOpening, positionOut); in matchPositionOf() 242 private static void getLocationBoundsForView(Launcher launcher, View v, boolean isOpening, in getLocationBoundsForView() argument 244 getLocationBoundsForView(launcher, v, isOpening, outRect, new Rect()); in getLocationBoundsForView() 252 public static void getLocationBoundsForView(Launcher launcher, View v, boolean isOpening, in getLocationBoundsForView() argument 254 boolean ignoreTransform = !isOpening; in getLocationBoundsForView() [all …]
|
D | ClipIconView.java | 112 boolean isOpening, View container, DeviceProfile dp) { in update() argument 113 update(rect, progress, shapeProgressStart, cornerRadius, isOpening, container, dp, 255); in update() 121 boolean isOpening, View container, DeviceProfile dp, int taskViewDrawAlpha) { in update() argument 149 update(rect, progress, shapeProgressStart, cornerRadius, isOpening, scale, minSize, dp); in update() 160 boolean isOpening, float scale, float minSize, DeviceProfile dp) { in update() argument 162 float toMax = isOpening ? 1 / SHAPE_PROGRESS_DURATION : 1f; in update() 175 if (!isOpening && progress >= shapeProgressStart) { in update() 179 mOutline, mTaskCornerRadius, !isOpening); in update() 229 boolean isOpening, DeviceProfile dp) { in setIcon() argument 279 if (isOpening) { in setIcon()
|
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/ |
D | TaskbarEduTooltip.kt | 98 openCloseAnimator = createOpenCloseAnimator(isOpening = true).apply { start() } in show() 133 openCloseAnimator = createOpenCloseAnimator(isOpening = false) in handleClose() 170 private fun createOpenCloseAnimator(isOpening: Boolean): AnimatorSet { in createOpenCloseAnimator() 177 if (isOpening) { in createOpenCloseAnimator()
|
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/allapps/ |
D | TaskbarAllAppsSlideInView.java | 120 final boolean isOpening = mToTranslationShift == TRANSLATION_SHIFT_OPENED; in onOpenCloseAnimationPending() 124 isOpening ? ALL_APPS_FADE_MANUAL : Interpolators.reverse(ALL_APPS_FADE_MANUAL); in onOpenCloseAnimationPending() 128 mAllAppsCallbacks.onAllAppsAnimationPending(animation, isOpening); in onOpenCloseAnimationPending()
|
/packages/apps/Launcher3/src/com/android/launcher3/popup/ |
D | ArrowPopup.java | 654 protected AnimatorSet getOpenCloseAnimator(boolean isOpening, int scaleDuration, in getOpenCloseAnimator() argument 660 float[] alphaValues = isOpening ? new float[] {0, 1} : new float[] {1, 0}; in getOpenCloseAnimator() 661 float[] scaleValues = isOpening ? new float[] {0.5f, 1.02f} : new float[] {1f, 0.5f}; in getOpenCloseAnimator() 672 if (isOpening) { in getOpenCloseAnimator()
|
/packages/apps/Launcher3/src/com/android/launcher3/folder/ |
D | FolderAnimationManager.java | 91 public FolderAnimationManager(Folder folder, boolean isOpening) { in FolderAnimationManager() argument 103 mIsOpening = isOpening; in FolderAnimationManager()
|