/packages/apps/Launcher3/quickstep/src/com/android/quickstep/fallback/ |
D | FallbackRecentsStateController.java | 20 import static com.android.app.animation.Interpolators.LINEAR; 97 clearAllButtonAlpha, LINEAR); in setProperties() local 100 AnimatedFloat.VALUE, overviewButtonAlpha, LINEAR); in setProperties() local 104 config.getInterpolator(ANIM_OVERVIEW_SCALE, LINEAR)); in setProperties() 106 config.getInterpolator(ANIM_OVERVIEW_TRANSLATE_X, LINEAR)); in setProperties() 108 config.getInterpolator(ANIM_OVERVIEW_TRANSLATE_Y, LINEAR)); in setProperties() 111 config.getInterpolator(ANIM_OVERVIEW_MODAL, LINEAR)); in setProperties() 112 setter.setFloat(mRecentsView, FULLSCREEN_PROGRESS, state.isFullScreen() ? 1 : 0, LINEAR); in setProperties() 120 config.getInterpolator(ANIM_SCRIM_FADE, LINEAR)); in setProperties() 134 ? mRecentsView.getSplitSelectTranslation() : 0, LINEAR); in setProperties() [all …]
|
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/ |
D | SplitAnimationTimings.java | 19 import static com.android.app.animation.Interpolators.LINEAR; 105 default Interpolator getGridSlidePrimaryInterpolator() { return LINEAR; } in getGridSlidePrimaryInterpolator() 106 default Interpolator getGridSlideSecondaryInterpolator() { return LINEAR; } in getGridSlideSecondaryInterpolator() 121 default Interpolator getCellSplitInterpolator() { return LINEAR; } in getCellSplitInterpolator() 122 default Interpolator getIconFadeInterpolator() { return LINEAR; } in getIconFadeInterpolator()
|
D | TabletHomeToSplitTimings.java | 19 import static com.android.app.animation.Interpolators.LINEAR; 29 public Interpolator getStagedRectXInterpolator() { return LINEAR; } in getStagedRectXInterpolator() 31 public Interpolator getStagedRectScaleXInterpolator() { return LINEAR; } in getStagedRectScaleXInterpolator() 33 public Interpolator getStagedRectScaleYInterpolator() { return LINEAR; } in getStagedRectScaleYInterpolator()
|
D | SplitToConfirmTimings.java | 20 import static com.android.app.animation.Interpolators.LINEAR; 45 public Interpolator getBackingScrimFadeInterpolator() { return LINEAR; } in getBackingScrimFadeInterpolator()
|
D | ScalingWorkspaceRevealAnim.kt | 27 import com.android.app.animation.Interpolators.LINEAR 119 Interpolators.clampToProgress(LINEAR, 0f, fadeClamp) 125 Interpolators.clampToProgress(LINEAR, 0f, fadeClamp)
|
/packages/apps/Launcher3/src/com/android/launcher3/touch/ |
D | AllAppsSwipeController.java | 24 import static com.android.app.animation.Interpolators.LINEAR; 65 LINEAR, ALL_APPS_SCRIM_VISIBLE_THRESHOLD, ALL_APPS_STAGGERED_FADE_THRESHOLD); 68 LINEAR, 84 Interpolators.clampToProgress(LINEAR, 0f, ALL_APPS_STATE_TRANSITION_MANUAL); 92 Interpolators.mapToProgress(LINEAR, 0f, ALL_APPS_FULL_DEPTH_PROGRESS); 122 Interpolators.mapToProgress(LINEAR, 0f, 0.8f), 126 LINEAR, SCRIM_FADE_START_MANUAL, ALL_APPS_STATE_TRANSITION_MANUAL); 134 LINEAR, ALL_APPS_STATE_TRANSITION_MANUAL, ALL_APPS_FADE_END_MANUAL); 140 public static final Interpolator ALL_APPS_VERTICAL_PROGRESS_MANUAL = LINEAR; 298 config.setInterpolator(ANIM_WORKSPACE_FADE, clampToProgress(LINEAR, 0.8f, 1)); in applyOverviewToAllAppsAnimConfig() [all …]
|
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/ |
D | BaseRecentsViewStateController.java | 23 import static com.android.app.animation.Interpolators.LINEAR; 106 config.getInterpolator(ANIM_OVERVIEW_SCALE, LINEAR)); in setStateWithAnimationInternal() 108 config.getInterpolator(ANIM_OVERVIEW_TRANSLATE_X, LINEAR)); in setStateWithAnimationInternal() 110 config.getInterpolator(ANIM_OVERVIEW_TRANSLATE_Y, LINEAR)); in setStateWithAnimationInternal() 123 LINEAR in setStateWithAnimationInternal() 135 config.getInterpolator(ANIM_OVERVIEW_MODAL, LINEAR)); in setStateWithAnimationInternal()
|
D | RecentsViewStateController.java | 18 import static com.android.app.animation.Interpolators.LINEAR; 117 toState.getOverviewFullscreenProgress(), LINEAR); in setStateWithAnimationInternal() 169 clearAllButtonAlpha, LINEAR); in setAlphas() local 173 ANIM_OVERVIEW_ACTIONS_FADE, LINEAR)); in setAlphas()
|
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/unfold/ |
D | UnfoldAnimationBuilder.kt | 20 import com.android.app.animation.Interpolators.LINEAR in <lambda>() 95 LINEAR in <lambda>() 105 LINEAR in <lambda>() 137 val interpolator = clampToProgress(LINEAR, 0f, 1f) in <lambda>() 160 LINEAR in <lambda>()
|
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/states/ |
D | QuickstepAtomicAnimationFactory.java | 30 import static com.android.app.animation.Interpolators.LINEAR; 106 clampToProgress(LINEAR, 0, 0.33f)); in prepareForAtomicAnimation() 113 config.setInterpolator(ANIM_OVERVIEW_ACTIONS_FADE, clampToProgress(LINEAR, 0, 0.25f)); in prepareForAtomicAnimation() 116 ? clampToProgress(LINEAR, 0.33f, scrimUpperBoundFromSplit) in prepareForAtomicAnimation() 117 : LINEAR); in prepareForAtomicAnimation() 218 config.setInterpolator(ANIM_OVERVIEW_ACTIONS_FADE, clampToProgress(LINEAR, in prepareForAtomicAnimation() 225 config.setInterpolator(ANIM_SCRIM_FADE, clampToProgress(LINEAR, in prepareForAtomicAnimation()
|
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/ |
D | TaskbarHoverToolTipController.java | 24 import static com.android.app.animation.Interpolators.LINEAR; 93 textCloseAnimator.setInterpolator(Interpolators.clampToProgress(LINEAR, 0, 0.33f)); in TaskbarHoverToolTipController() 95 alphaCloseAnimator.setInterpolator(Interpolators.clampToProgress(LINEAR, 0.33f, 0.66f)); in TaskbarHoverToolTipController() 109 textOpenAnimator.setInterpolator(Interpolators.clampToProgress(LINEAR, 0.15f, 0.75f)); in TaskbarHoverToolTipController() 114 alphaOpenAnimator.setInterpolator(Interpolators.clampToProgress(LINEAR, 0f, 0.33f)); in TaskbarHoverToolTipController()
|
D | TaskbarViewController.java | 19 import static com.android.app.animation.Interpolators.LINEAR; 682 Interpolator interpolator = mIsHotseatIconOnTopWhenAligned ? LINEAR : FINAL_FRAME; in createIconAlignmentController() 706 setter.setViewAlpha(child, 0, Interpolators.clampToProgress(LINEAR, 0.8f, 1f)); in createIconAlignmentController() 713 setter.setViewAlpha(child, 0, Interpolators.clampToProgress(LINEAR, 0f, 0f)); in createIconAlignmentController() 718 ? Interpolators.clampToProgress(LINEAR, 0f, 0.07f) in createIconAlignmentController() 719 : Interpolators.clampToProgress(LINEAR, 0.93f, 1f)); in createIconAlignmentController() 723 ? Interpolators.clampToProgress(LINEAR, 0f, 0.17f) in createIconAlignmentController() 724 : Interpolators.clampToProgress(LINEAR, 0.72f, 0.84f)); in createIconAlignmentController() 760 ? Interpolators.clampToProgress(LINEAR, 0f, 0.35f) in createIconAlignmentController() 762 ? Interpolators.clampToProgress(LINEAR, 0f, 1f) in createIconAlignmentController() [all …]
|
D | TaskbarStashController.java | 23 import static com.android.app.animation.Interpolators.LINEAR; 768 backgroundAndHandleAlphaDuration, LINEAR); in createTransientAnimToIsStashed() 772 0, 0, LINEAR); in createTransientAnimToIsStashed() 778 backgroundAndHandleAlphaDuration, LINEAR); in createTransientAnimToIsStashed() 800 LINEAR); in createTransientAnimToIsStashed() 804 0, duration, LINEAR); in createTransientAnimToIsStashed() 807 0, duration, LINEAR); in createTransientAnimToIsStashed() 868 mTaskbarBackgroundAlphaAnimator.setInterpolator(LINEAR); in playTaskbarBackgroundAlphaAnimation()
|
D | TaskbarStashViaTouchController.kt | 19 import com.android.app.animation.Interpolators.LINEAR 46 private val displacementInterpolator = LINEAR
|
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/ |
D | AllAppsEduView.java | 19 import static com.android.app.animation.Interpolators.LINEAR; 188 intro.setInterpolator(LINEAR); in playAnimation() 192 clampToDuration(LINEAR, 0, firstPart, introDuration)); in playAnimation() 198 clampToDuration(LINEAR, firstPart, secondPart * 0.3f, introDuration)); in playAnimation() 215 maxAllAppsProgress, LINEAR); in playAnimation()
|
D | FloatingTaskView.java | 18 import static com.android.app.animation.Interpolators.LINEAR; 313 animation.setViewAlpha(mThumbnailView, 0, clampToProgress(LINEAR, in addAnimation() 366 animation.setViewAlpha(mSplitPlaceholderView, 1, clampToProgress(LINEAR, in fadeInSplitPlaceholder() 369 animation.setViewAlpha(mSplitPlaceholderView.getIconView(), 1, clampToProgress(LINEAR, in fadeInSplitPlaceholder()
|
/packages/apps/Launcher3/src/com/android/launcher3/anim/ |
D | AnimatorPlaybackController.java | 18 import static com.android.app.animation.Interpolators.LINEAR; 82 mAnimationPlayer.setInterpolator(LINEAR); in AnimatorPlaybackController() 115 return mAnim.getInterpolator() != null ? mAnim.getInterpolator() : LINEAR; in getInterpolator() 183 LINEAR); in startWithVelocity()
|
D | SpringAnimationBuilder.java | 18 import static com.android.app.animation.Interpolators.LINEAR; 196 animator.setDuration(getDuration()).setInterpolator(LINEAR); in build()
|
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/touchcontrollers/ |
D | QuickSwitchTouchController.java | 21 import static com.android.app.animation.Interpolators.LINEAR; 137 stateAnimationConfig.setInterpolator(ANIM_WORKSPACE_TRANSLATE, LINEAR); in setupInterpolators() 138 stateAnimationConfig.setInterpolator(ANIM_VERTICAL_PROGRESS, LINEAR); in setupInterpolators()
|
D | NoButtonQuickSwitchTouchController.java | 22 import static com.android.app.animation.Interpolators.LINEAR; 100 private static final Interpolator SCALE_DOWN_INTERPOLATOR = LINEAR; 261 xAnim.setFloat(mRecentsView, ADJACENT_PAGE_HORIZONTAL_OFFSET, scaleAndOffset[1], LINEAR); in setupOverviewAnimators() 265 QUICK_SWITCH_FROM_HOME.getWorkspaceScrimColor(mLauncher), LINEAR); in setupOverviewAnimators() local 267 xAnim.addFloat(mRecentsView, CONTENT_ALPHA, 0f, 1f, LINEAR); in setupOverviewAnimators()
|
/packages/apps/Launcher3/src/com/android/launcher3/util/ |
D | CannedAnimationCoordinator.kt | 24 import com.android.app.animation.Interpolators.LINEAR in <lambda>() 79 interpolator = LINEAR in <lambda>()
|
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/interaction/ |
D | AllSetActivity.java | 22 import static com.android.app.animation.Interpolators.LINEAR; 334 mSwipeProgress.value, 0, HINT_BOTTOM_FACTOR, 1, 0, LINEAR); in getContentViewAlphaForSwipeProgress() 422 0, GRADIENT_END_PROGRESS, 0, 1, LINEAR); in draw() 436 mColorMatrix.getArray()[19] = mapBoundToRange(mProgress, 0, 1, 0, -255, LINEAR); in draw()
|
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/ |
D | BaseActivityInterface.java | 20 import static com.android.app.animation.Interpolators.LINEAR; 319 recentsView.getMaxScaleForFullScreen(), 1, LINEAR); in createBackgroundToOverviewAnim() 320 pa.addFloat(recentsView, FULLSCREEN_PROGRESS, 1, 0, LINEAR); in createBackgroundToOverviewAnim()
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
D | WorkspaceStateTransitionAnimation.java | 22 import static com.android.app.animation.Interpolators.LINEAR; 204 state.getWorkspaceBackgroundAlpha(mLauncher), LINEAR); in setScrim() 208 state.hasFlag(FLAG_HAS_SYS_UI_SCRIM) ? 1 : 0, LINEAR); in setScrim()
|
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/statehandlers/ |
D | DepthController.java | 19 import static com.android.app.animation.Interpolators.LINEAR; 152 config.getInterpolator(ANIM_DEPTH, LINEAR)); in setStateWithAnimation()
|