Home
last modified time | relevance | path

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

/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/animation/
H A DInterpolators.java58 public static final Interpolator TOUCH_RESPONSE = new PathInterpolator(0.3f, 0f, 0.1f, 1f); field in Interpolators
/aosp12/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/
H A DInterpolators.java153 public static final Interpolator TOUCH_RESPONSE = field in Interpolators
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/split/
H A DDividerHandleView.java128 ? Interpolators.TOUCH_RESPONSE in animateToTarget()
H A DDividerView.java257 .setInterpolator(Interpolators.TOUCH_RESPONSE) in setTouching()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
H A DNotificationWakeUpCoordinator.kt346 Interpolators.TOUCH_RESPONSE
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/legacysplitscreen/
H A DDividerView.java747 .setInterpolator(Interpolators.TOUCH_RESPONSE) in liftBackground()
755 .setInterpolator(Interpolators.TOUCH_RESPONSE) in liftBackground()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DNotificationPanelViewController.java2713 animator.setInterpolator(Interpolators.TOUCH_RESPONSE); in flingSettings()