/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/ |
D | AnimatorControllerWithResistance.java | 40 import com.android.launcher3.anim.PendingAnimation; 159 PendingAnimation resistAnim = createRecentsResistanceAnim(params); in createForRecents() 204 public static <SCALE, TRANSLATION> PendingAnimation createRecentsResistanceAnim( in createRecentsResistanceAnim() 212 PendingAnimation resistAnim = params.resistAnim != null in createRecentsResistanceAnim() 214 : new PendingAnimation(distanceToCover * 2); in createRecentsResistanceAnim() 266 public static PendingAnimation createRecentsResistanceFromOverviewAnim( in createRecentsResistanceFromOverviewAnim() 267 Launcher launcher, @Nullable PendingAnimation resistanceAnim) { in createRecentsResistanceFromOverviewAnim() 292 @Nullable public PendingAnimation resistAnim = null; 322 private RecentsParams setResistAnim(PendingAnimation resistAnim) { in setResistAnim()
|
D | WorkspaceRevealAnim.java | 40 import com.android.launcher3.anim.PendingAnimation; 80 PendingAnimation overviewScrimBuilder = new PendingAnimation(DURATION_MS); in WorkspaceRevealAnim() 88 PendingAnimation depthBuilder = new PendingAnimation(DURATION_MS); in WorkspaceRevealAnim()
|
D | StaggeredWorkspaceAnim.java | 46 import com.android.launcher3.anim.PendingAnimation; 172 PendingAnimation pendingAnimation = new PendingAnimation(duration); in StaggeredWorkspaceAnim() 300 PendingAnimation builder = new PendingAnimation(duration); in addDepthAnimationForState()
|
D | SplitWithKeyboardShortcutController.java | 37 import com.android.launcher3.anim.PendingAnimation; 134 PendingAnimation anim = new PendingAnimation( in onRecentsAnimationStart()
|
D | SplitToWorkspaceController.java | 40 import com.android.launcher3.anim.PendingAnimation; 148 PendingAnimation pendingAnimation = new PendingAnimation(timings.getDuration()); in startWorkspaceAnimation()
|
/packages/apps/Launcher3/src/com/android/launcher3/util/ |
D | CannedAnimationCoordinator.kt | 27 import com.android.launcher3.anim.PendingAnimation in <lambda>() 49 private var animationFactory: Consumer<PendingAnimation>? = null in <lambda>() 62 fun setAnimation(provider: Any, factory: Consumer<PendingAnimation>, duration: Long) { in <lambda>() 167 PendingAnimation(animationDuration) in <lambda>()
|
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/interaction/ |
D | SwipeUpGestureTutorialController.java | 50 import com.android.launcher3.anim.PendingAnimation; 168 PendingAnimation anim = new PendingAnimation(300); in fadeOutFakeTaskView() 175 PendingAnimation fadeAnim = in fadeOutFakeTaskView() 176 new PendingAnimation(TASK_VIEW_END_ANIMATION_DURATION_MILLIS); in fadeOutFakeTaskView() 237 PendingAnimation anim = new PendingAnimation(300); in resetFakeTaskView() 259 PendingAnimation fadeAnim = new PendingAnimation(300); in animateFakeTaskViewHome()
|
D | OverviewGestureTutorialController.java | 33 import com.android.launcher3.anim.PendingAnimation; 252 PendingAnimation anim = new PendingAnimation(TASK_VIEW_END_ANIMATION_DURATION_MILLIS); in animateTaskViewToOverview()
|
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/ |
D | RecentsViewStateController.java | 45 import com.android.launcher3.anim.PendingAnimation; 81 PendingAnimation builder = in setState() 82 new PendingAnimation(state.getTransitionDuration(mLauncher, true)); in setState() 89 @NonNull StateAnimationConfig config, @NonNull PendingAnimation builder) { in setStateWithAnimationInternal() 126 @NonNull PendingAnimation builder, boolean animate) { in handleSplitSelectionState()
|
D | BaseRecentsViewStateController.java | 45 import com.android.launcher3.anim.PendingAnimation; 83 PendingAnimation builder) { in setStateWithAnimation() 103 @NonNull StateAnimationConfig config, @NonNull PendingAnimation setter) { in setStateWithAnimationInternal()
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
D | WorkspaceStateTransitionAnimation.java | 59 import com.android.launcher3.anim.PendingAnimation; 101 LauncherState toState, StateAnimationConfig config, PendingAnimation animation) { in setStateWithAnimation() 130 boolean shouldSpring = propertySetter instanceof PendingAnimation in setWorkspaceProperty() 133 ((PendingAnimation) propertySetter).add(getSpringScaleAnimator(mLauncher, in setWorkspaceProperty() 143 PendingAnimation pa = (PendingAnimation) propertySetter; in setWorkspaceProperty()
|
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/fallback/ |
D | FallbackRecentsStateController.java | 46 import com.android.launcher3.anim.PendingAnimation; 77 PendingAnimation setter) { in setStateWithAnimation() 124 PendingAnimation pa = new PendingAnimation(duration); in setProperties()
|
D | FallbackRecentsView.java | 35 import com.android.launcher3.anim.PendingAnimation; 126 PendingAnimation pa = new PendingAnimation(TASK_DISMISS_DURATION); in onPrepareGestureEndAnimation()
|
/packages/apps/Launcher3/src/com/android/launcher3/statemanager/ |
D | StateManager.java | 38 import com.android.launcher3.anim.PendingAnimation; 340 PendingAnimation builder = new PendingAnimation(config.duration); in createAtomicAnimation() 379 private PendingAnimation createAnimationToNewWorkspaceInternal(final STATE_TYPE state) { in createAnimationToNewWorkspaceInternal() 380 PendingAnimation builder = new PendingAnimation(mConfig.duration); in createAnimationToNewWorkspaceInternal() 674 STATE_TYPE toState, StateAnimationConfig config, PendingAnimation animation);
|
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/unfold/ |
D | UnfoldAnimationBuilder.kt | 29 import com.android.launcher3.anim.PendingAnimation in <lambda>() 80 anim: PendingAnimation in <lambda>() 118 anim: PendingAnimation in <lambda>()
|
D | LauncherUnfoldTransitionController.kt | 24 import com.android.launcher3.anim.PendingAnimation 114 private fun onPrepareUnfoldAnimation(anim: PendingAnimation) { in onPrepareUnfoldAnimation()
|
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/touchcontrollers/ |
D | PortraitOverviewStateTouchHelper.java | 25 import com.android.launcher3.anim.PendingAnimation; 78 PendingAnimation createSwipeDownToTaskAppAnimation(long duration, Interpolator interpolator) { in createSwipeDownToTaskAppAnimation()
|
D | NoButtonQuickSwitchTouchController.java | 74 import com.android.launcher3.anim.PendingAnimation; 260 PendingAnimation xAnim = new PendingAnimation((long) (mXRange * 2)); in setupOverviewAnimators() 275 PendingAnimation yAnim = new PendingAnimation((long) (mYRange * 2)); in setupOverviewAnimators()
|
D | NavBarToHomeTouchController.java | 45 import com.android.launcher3.anim.PendingAnimation; 147 final PendingAnimation builder = new PendingAnimation(accuracy); in initCurrentAnimation()
|
/packages/apps/Launcher3/src/com/android/launcher3/views/ |
D | AbstractSlideInView.java | 56 import com.android.launcher3.anim.PendingAnimation; 165 mOpenCloseAnimation = new PendingAnimation(0).createPlaybackController(); in AbstractSlideInView() 211 PendingAnimation animation = new PendingAnimation(duration); in setUpOpenCloseAnimation() 234 protected void onOpenCloseAnimationPending(PendingAnimation animation) {} in onOpenCloseAnimationPending()
|
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/allapps/ |
D | TaskbarSearchSessionController.kt | 23 import com.android.launcher3.anim.PendingAnimation 57 animation: PendingAnimation, in startLifecycle()
|
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/ |
D | BaseActivityInterface.java | 41 import com.android.launcher3.anim.PendingAnimation; 235 PendingAnimation pa = new PendingAnimation(transitionLength * 2); in createActivityInterface() 315 protected void createBackgroundToOverviewAnim(ACTIVITY_TYPE activity, PendingAnimation pa) { in createBackgroundToOverviewAnim()
|
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/ |
D | FloatingTaskView.java | 42 import com.android.launcher3.anim.PendingAnimation; 257 public void addStagingAnimation(PendingAnimation animation, RectF startingBounds, in addStagingAnimation() 280 public void addConfirmAnimation(PendingAnimation animation, RectF startingBounds, in addConfirmAnimation() 294 public void addAnimation(PendingAnimation animation, RectF startingBounds, in addAnimation() 365 void fadeInSplitPlaceholder(PendingAnimation animation, SplitAnimationTimings timings) { in fadeInSplitPlaceholder()
|
D | SplitInstructionsView.java | 43 import com.android.launcher3.anim.PendingAnimation; 209 PendingAnimation anim = new PendingAnimation(BOUNCE_DURATION); in goBoing()
|
/packages/apps/Launcher3/src/com/android/launcher3/anim/ |
D | PendingAnimation.java | 41 public class PendingAnimation extends AnimatedPropertySetter { class 46 public PendingAnimation(long duration) { in PendingAnimation() method in PendingAnimation
|