Home
last modified time | relevance | path

Searched refs:animationType (Results 1 – 8 of 8) sorted by relevance

/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/
DTaskbarStashController.java691 @StashAnimation int animationType, boolean shouldDelayBackground, String jankTag) { in createAnimToIsStashed() argument
692 if (animationType == TRANSITION_UNSTASH_SUW_MANUAL && isStashed) { in createAnimToIsStashed()
729 shouldDelayBackground, animationType); in createAnimToIsStashed()
731 createAnimToIsStashed(mAnimator, isStashed, duration, stashTranslation, animationType); in createAnimToIsStashed()
760 float stashTranslation, @StashAnimation int animationType) { in createAnimToIsStashed() argument
785 if (animationType == TRANSITION_HANDLE_FADE) { in createAnimToIsStashed()
797 final boolean animateBg = animationType != TRANSITION_UNSTASH_SUW_MANUAL; in createAnimToIsStashed()
812 if (animationType == TRANSITION_HANDLE_FADE) { in createAnimToIsStashed()
835 boolean shouldDelayBackground, @StashAnimation int animationType) { in createTransientAnimToIsStashed() argument
846 if (animationType == TRANSITION_HANDLE_FADE) { in createTransientAnimToIsStashed()
[all …]
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/bubbles/flyout/
DBubbleBarFlyoutController.kt90 private fun showFlyout(animationType: AnimationType, endAction: () -> Unit) { in <lambda>()
98 when (animationType) { in <lambda>()
148 private fun hideFlyout(animationType: AnimationType, endAction: () -> Unit) { in <lambda>()
156 when (animationType) { in <lambda>()
167 if (animationType == AnimationType.MORPH) { in <lambda>()
/packages/apps/Launcher3/src/com/android/launcher3/model/data/
DItemInfo.java111 public int animationType = Animation.DEFAULT; field in ItemInfo
218 animationType = info.animationType; in copyFrom()
348 return animationType == LauncherSettings.Animation.VIEW_BACKGROUND; in shouldUseBackgroundAnimation()
/packages/apps/Camera2/src/com/android/camera/ui/
DModeTransitionView.java416 private void prepareShadeAnimation(int animationType, int shadeColorId, int iconResId, in prepareShadeAnimation() argument
422 mAnimationType = animationType; in prepareShadeAnimation()
/packages/apps/Launcher3/src/com/android/launcher3/
DWorkspace.java2231 int animationType = resizeOnDrop ? ANIMATE_INTO_POSITION_AND_RESIZE : in onDrop() local
2233 animateWidgetDrop(info, parent, d.dragView, null, animationType, cell, false); in onDrop()
3046 final Runnable onCompleteRunnable, int animationType, @Nullable final View finalView,
3059 if ((animationType == ANIMATE_INTO_POSITION_AND_RESIZE || external)
3069 if (animationType == CANCEL_TWO_STAGE_WIDGET_DROP_ANIMATION) {
3074 if (animationType == ANIMATE_INTO_POSITION_AND_REMAIN) {
DLauncher.java1055 int animationType = 0;
1059 animationType = Workspace.COMPLETE_TWO_STAGE_WIDGET_DROP_ANIMATION;
1078 animationType = Workspace.CANCEL_TWO_STAGE_WIDGET_DROP_ANIMATION;
1083 animationType, boundWidget, true);
/packages/apps/Launcher3/src/com/android/launcher3/views/
DActivityContext.java435 : makeDefaultActivityOptions(item != null && item.animationType == DEFAULT_NO_ICON in startActivitySafely()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/
DQuickstepLauncher.java1244 if (item != null && (item.animationType == DEFAULT_NO_ICON in getActivityLaunchOptions()
1245 || item.animationType == VIEW_BACKGROUND)) { in getActivityLaunchOptions()