Home
last modified time | relevance | path

Searched refs:TOUCH_RESPONSE (Results 1 – 10 of 10) sorted by relevance

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/animation/
DInterpolators.java85 public static final Interpolator TOUCH_RESPONSE = new PathInterpolator(0.3f, 0f, 0.1f, 1f); field in Interpolators
/frameworks/libs/systemui/animationlib/src/com/android/app/animation/
DInterpolators.java198 public static final Interpolator TOUCH_RESPONSE =
209 v -> ACCELERATE_DECELERATE.getInterpolation(TOUCH_RESPONSE.getInterpolation(v));
DInterpolatorsAndroidX.java204 public static final Interpolator TOUCH_RESPONSE =
215 v -> ACCELERATE_DECELERATE.getInterpolation(TOUCH_RESPONSE.getInterpolation(v));
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/split/
DDividerHandleView.java155 ? Interpolators.TOUCH_RESPONSE in animateToTarget()
DDividerView.java388 .setInterpolator(Interpolators.TOUCH_RESPONSE) in setTouching()
444 .setInterpolator(Interpolators.TOUCH_RESPONSE) in setHovering()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
DWindowManagerOcclusionManager.kt202 interpolator = Interpolators.TOUCH_RESPONSE in <lambda>()
DKeyguardUnlockAnimationController.kt385 interpolator = Interpolators.TOUCH_RESPONSE in <lambda>()
DKeyguardViewMediator.java1286 mUnoccludeAnimator.setInterpolator(Interpolators.TOUCH_RESPONSE);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DNotificationWakeUpCoordinator.kt567 if (mNotificationsVisible) Interpolators.TOUCH_RESPONSE in startVisibilityAnimation()
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DQuickSettingsControllerImpl.java1950 animator.setInterpolator(Interpolators.TOUCH_RESPONSE); in flingQs()