Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/
DInterpolators.java59 public static final Interpolator TOUCH_RESPONSE = field in Interpolators
/frameworks/base/packages/SystemUI/src/com/android/systemui/stackdivider/
DDividerHandleView.java124 ? Interpolators.TOUCH_RESPONSE in animateToTarget()
DDividerView.java720 .setInterpolator(Interpolators.TOUCH_RESPONSE) in liftBackground()
728 .setInterpolator(Interpolators.TOUCH_RESPONSE) in liftBackground()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DNotificationWakeUpCoordinator.kt296 Interpolators.TOUCH_RESPONSE in startVisibilityAnimation()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationPanelView.java1999 animator.setInterpolator(Interpolators.TOUCH_RESPONSE); in flingSettings()