Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DActivatableNotificationView.java109 private final Interpolator mSlowOutLinearInInterpolator; field in ActivatableNotificationView
141 mSlowOutLinearInInterpolator = new PathInterpolator(0.8f, 0.0f, 1.0f, 1.0f); in ActivatableNotificationView()