/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/touchcontrollers/ |
D | PortraitStatesTouchController.java | 24 import static com.android.launcher3.anim.Interpolators.ACCEL; 25 import static com.android.launcher3.anim.Interpolators.DEACCEL; 26 import static com.android.launcher3.anim.Interpolators.LINEAR; 45 import com.android.launcher3.anim.Interpolators; 186 builder.setInterpolator(ANIM_ALL_APPS_FADE, Interpolators.clampToProgress(ACCEL, in getOverviewToAllAppsAnimation() 188 builder.setInterpolator(ANIM_OVERVIEW_FADE, Interpolators.clampToProgress(DEACCEL, in getOverviewToAllAppsAnimation() 195 builder.setInterpolator(ANIM_ALL_APPS_FADE, Interpolators.clampToProgress(DEACCEL, in getAllAppsToOverviewAnimation() 197 builder.setInterpolator(ANIM_OVERVIEW_FADE, Interpolators.clampToProgress(ACCEL, in getAllAppsToOverviewAnimation() 204 builder.setInterpolator(ANIM_ALL_APPS_FADE, Interpolators.clampToProgress(ACCEL, in getNormalToAllAppsAnimation() 211 builder.setInterpolator(ANIM_ALL_APPS_FADE, Interpolators.clampToProgress(DEACCEL, in getAllAppsToNormalAnimation() [all …]
|
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/launcher3/uioverrides/states/ |
D | QuickstepAtomicAnimationFactory.java | 28 import static com.android.launcher3.anim.Interpolators.ACCEL; 29 import static com.android.launcher3.anim.Interpolators.DEACCEL; 30 import static com.android.launcher3.anim.Interpolators.DEACCEL_1_7; 31 import static com.android.launcher3.anim.Interpolators.DEACCEL_3; 32 import static com.android.launcher3.anim.Interpolators.FAST_OUT_SLOW_IN; 33 import static com.android.launcher3.anim.Interpolators.FINAL_FRAME; 34 import static com.android.launcher3.anim.Interpolators.INSTANT; 35 import static com.android.launcher3.anim.Interpolators.LINEAR; 36 import static com.android.launcher3.anim.Interpolators.OVERSHOOT_1_2; 37 import static com.android.launcher3.anim.Interpolators.OVERSHOOT_1_7; [all …]
|
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/launcher3/uioverrides/touchcontrollers/ |
D | FlingAndHoldTouchController.java | 23 import static com.android.launcher3.anim.Interpolators.ACCEL; 24 import static com.android.launcher3.anim.Interpolators.DEACCEL; 25 import static com.android.launcher3.anim.Interpolators.DEACCEL_3; 48 import com.android.launcher3.anim.Interpolators; 150 builder.setInterpolator(ANIM_ALL_APPS_HEADER_FADE, Interpolators.clampToProgress( in getConfigForStates() 154 builder.setInterpolator(ANIM_ALL_APPS_FADE, Interpolators.clampToProgress( in getConfigForStates() 168 builder.setInterpolator(ANIM_ALL_APPS_FADE, Interpolators.clampToProgress( in getConfigForStates() 172 builder.setInterpolator(ANIM_ALL_APPS_HEADER_FADE, Interpolators.clampToProgress( in getConfigForStates()
|
D | QuickSwitchTouchController.java | 20 import static com.android.launcher3.anim.Interpolators.ACCEL_2; 21 import static com.android.launcher3.anim.Interpolators.DEACCEL_2; 22 import static com.android.launcher3.anim.Interpolators.INSTANT; 23 import static com.android.launcher3.anim.Interpolators.LINEAR;
|
D | NoButtonQuickSwitchTouchController.java | 25 import static com.android.launcher3.anim.Interpolators.ACCEL_0_75; 26 import static com.android.launcher3.anim.Interpolators.DEACCEL; 27 import static com.android.launcher3.anim.Interpolators.DEACCEL_5; 28 import static com.android.launcher3.anim.Interpolators.LINEAR; 29 import static com.android.launcher3.anim.Interpolators.scrollInterpolatorForVelocity;
|
D | NavBarToHomeTouchController.java | 23 import static com.android.launcher3.anim.Interpolators.DEACCEL_3; 44 import com.android.launcher3.anim.Interpolators; 173 config.setInterpolator(StateAnimationConfig.ANIM_ALL_APPS_FADE, Interpolators in initCurrentAnimation()
|
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/views/ |
D | AllAppsEduView.java | 19 import static com.android.launcher3.anim.Interpolators.ACCEL; 20 import static com.android.launcher3.anim.Interpolators.FAST_OUT_SLOW_IN; 21 import static com.android.launcher3.anim.Interpolators.LINEAR; 22 import static com.android.launcher3.anim.Interpolators.OVERSHOOT_1_7; 46 import com.android.launcher3.anim.Interpolators; 136 config.setInterpolator(ANIM_ALL_APPS_FADE, Interpolators.clampToProgress(ACCEL, in playAnimation()
|
D | LiveTileOverlay.java | 3 import static com.android.launcher3.anim.Interpolators.FAST_OUT_SLOW_IN; 4 import static com.android.launcher3.anim.Interpolators.LINEAR; 21 import com.android.launcher3.anim.Interpolators; 109 float scale = Interpolators.clampToProgress(FAST_OUT_SLOW_IN, 0f, in draw()
|
/packages/apps/Launcher3/src/com/android/launcher3/views/ |
D | AbstractSlideInView.java | 20 import static com.android.launcher3.anim.Interpolators.scrollInterpolatorForVelocity; 36 import com.android.launcher3.anim.Interpolators; 79 mScrollInterpolator = Interpolators.SCROLL_CUBIC; in AbstractSlideInView() 174 .setInterpolator(Interpolators.DEACCEL); in onDragEnd() 200 .setInterpolator(Interpolators.ACCEL); in handleClose()
|
D | ArrowTipView.java | 37 import com.android.launcher3.anim.Interpolators; 77 .setInterpolator(Interpolators.ACCEL) in handleClose() 166 .setInterpolator(Interpolators.DEACCEL) in show()
|
D | Snackbar.java | 34 import com.android.launcher3.anim.Interpolators; 136 .setInterpolator(Interpolators.ACCEL_DEACCEL) in show() 151 .setInterpolator(Interpolators.ACCEL) in handleClose()
|
D | ScrimView.java | 25 import static com.android.launcher3.anim.Interpolators.ACCEL_DEACCEL; 26 import static com.android.launcher3.anim.Interpolators.DEACCEL; 27 import static com.android.launcher3.anim.Interpolators.LINEAR; 28 import static com.android.launcher3.anim.Interpolators.clampToProgress;
|
/packages/apps/Dialer/java/com/android/incallui/answer/impl/affordance/ |
D | SwipeButtonView.java | 37 import com.android.incallui.answer.impl.utils.Interpolators; 294 ? Interpolators.FAST_OUT_LINEAR_IN in setCircleRadius() 295 : Interpolators.LINEAR_OUT_SLOW_IN; in setCircleRadius() 388 ? Interpolators.FAST_OUT_LINEAR_IN in setImageScale() 389 : Interpolators.LINEAR_OUT_SLOW_IN; in setImageScale() 459 alpha == 0.0f ? Interpolators.FAST_OUT_LINEAR_IN : Interpolators.LINEAR_OUT_SLOW_IN; in setImageAlpha()
|
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/launcher3/ |
D | LauncherAppTransitionManagerImpl.java | 20 import static com.android.launcher3.anim.Interpolators.AGGRESSIVE_EASE; 21 import static com.android.launcher3.anim.Interpolators.LINEAR; 36 import com.android.launcher3.anim.Interpolators; 78 launcherAnim.setInterpolator(Interpolators.TOUCH_RESPONSE_INTERPOLATOR); in composeRecentsLaunchAnimator()
|
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/ |
D | ShelfScrimView.java | 22 import static com.android.launcher3.anim.Interpolators.ACCEL; 23 import static com.android.launcher3.anim.Interpolators.ACCEL_2; 24 import static com.android.launcher3.anim.Interpolators.LINEAR; 44 import com.android.launcher3.anim.Interpolators; 151 mAfterMidProgressColorInterpolator = Interpolators.clampToProgress(ACCEL, 0.5f, 1f); in onNavigationModeChanged()
|
/packages/apps/Launcher3/src/com/android/launcher3/anim/ |
D | Interpolators.java | 37 public class Interpolators { class 238 Interpolator overshoot = Interpolators.clampToProgress(DEACCEL, 0, overshootFraction); 242 Interpolator settle = Interpolators.clampToProgress(Interpolators.mapToProgress(
|
D | AnimatorPlaybackController.java | 19 import static com.android.launcher3.anim.Interpolators.LINEAR; 20 import static com.android.launcher3.anim.Interpolators.clampToProgress; 21 import static com.android.launcher3.anim.Interpolators.scrollInterpolatorForVelocity;
|
/packages/apps/Launcher3/src/com/android/launcher3/allapps/ |
D | AllAppsTransitionController.java | 8 import static com.android.launcher3.anim.Interpolators.FAST_OUT_SLOW_IN; 9 import static com.android.launcher3.anim.Interpolators.FINAL_FRAME; 10 import static com.android.launcher3.anim.Interpolators.INSTANT; 11 import static com.android.launcher3.anim.Interpolators.LINEAR;
|
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/ |
D | TaskViewUtils.java | 21 import static com.android.launcher3.anim.Interpolators.LINEAR; 22 import static com.android.launcher3.anim.Interpolators.TOUCH_RESPONSE_INTERPOLATOR; 23 import static com.android.launcher3.anim.Interpolators.clampToProgress;
|
D | BaseSwipeUpHandlerV2.java | 20 import static com.android.launcher3.anim.Interpolators.DEACCEL; 21 import static com.android.launcher3.anim.Interpolators.LINEAR; 22 import static com.android.launcher3.anim.Interpolators.OVERSHOOT_1_2; 71 import com.android.launcher3.anim.Interpolators; 830 Interpolators.OvershootParams overshoot = new Interpolators.OvershootParams( in handleNormalGestureEnd() 1040 TimeInterpolator adjustedInterpolator = Interpolators.mapToProgress( in animateToProgressInternal()
|
D | AppToOverviewAnimationProvider.java | 20 import static com.android.launcher3.anim.Interpolators.TOUCH_RESPONSE_INTERPOLATOR; 21 import static com.android.launcher3.anim.Interpolators.clampToProgress;
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
D | ButtonDropTarget.java | 44 import com.android.launcher3.anim.Interpolators; 303 Interpolators.DEACCEL_2, Interpolators.LINEAR, onAnimationEndRunnable, in onDrop()
|
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/util/ |
D | TransformParams.java | 21 import com.android.launcher3.anim.Interpolators; 153 builder.withAlpha(1 - Interpolators.DEACCEL_2_5.getInterpolation(progress)); in createSurfaceParams()
|
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/ |
D | BaseRecentsViewStateController.java | 20 import static com.android.launcher3.anim.Interpolators.AGGRESSIVE_EASE_IN_OUT; 21 import static com.android.launcher3.anim.Interpolators.LINEAR;
|
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/ |
D | BaseActivityInterface.java | 19 import static com.android.launcher3.anim.Interpolators.ACCEL_2; 20 import static com.android.launcher3.anim.Interpolators.INSTANT; 21 import static com.android.launcher3.anim.Interpolators.LINEAR;
|