Home
last modified time | relevance | path

Searched refs: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() argument
153 isOpening, this, mLauncher.getDeviceProfile(), mIsVerticalBarLayout); in update()
175 private void matchPositionOf(Launcher launcher, View v, boolean isOpening, RectF positionOut) { in matchPositionOf() argument
176 getLocationBoundsForView(launcher, v, isOpening, positionOut); in matchPositionOf()
205 private static void getLocationBoundsForView(Launcher launcher, View v, boolean isOpening, in getLocationBoundsForView() argument
207 getLocationBoundsForView(launcher, v, isOpening, outRect, new Rect()); in getLocationBoundsForView()
215 public static void getLocationBoundsForView(Launcher launcher, View v, boolean isOpening, in getLocationBoundsForView() argument
217 boolean ignoreTransform = !isOpening; in getLocationBoundsForView()
501 public static IconLoadResult fetchIcon(Launcher l, View v, ItemInfo info, boolean isOpening) { in fetchIcon() argument
503 getLocationBoundsForView(l, v, isOpening, position); in fetchIcon()
[all …]
DClipIconView.java150 int fgIconAlpha, boolean isOpening, View container, DeviceProfile dp, in update() argument
171 update(rect, progress, shapeProgressStart, cornerRadius, fgIconAlpha, isOpening, scale, in update()
183 int fgIconAlpha, boolean isOpening, float scale, float minSize, in update() argument
191 float toMax = isOpening ? 1 / SHAPE_PROGRESS_DURATION : 1f; in update()
204 if (!isOpening && progress >= shapeProgressStart) { in update()
207 this, mStartRevealRect, mOutline, mTaskCornerRadius, !isOpening); in update()
224 if (isOpening) { in update()
272 boolean isOpening, boolean isVerticalBarLayout, DeviceProfile dp) { in setIcon() argument
321 if (isOpening) { in setIcon()
/packages/apps/Launcher3/src/com/android/launcher3/popup/
DArrowPopup.java711 private AnimatorSet getOpenCloseAnimator(boolean isOpening, int totalDuration, in getOpenCloseAnimator() argument
715 float[] alphaValues = isOpening ? new float[] {0, 1} : new float[] {1, 0}; in getOpenCloseAnimator()
716 float[] scaleValues = isOpening ? new float[] {0.5f, 1} : new float[] {1, 0.5f}; in getOpenCloseAnimator()
/packages/apps/Launcher3/src/com/android/launcher3/folder/
DFolderAnimationManager.java89 public FolderAnimationManager(Folder folder, boolean isOpening) { in FolderAnimationManager() argument
101 mIsOpening = isOpening; in FolderAnimationManager()