Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DActivatableNotificationView.java114 private final Interpolator mSlowOutFastInInterpolator; field in ActivatableNotificationView
165 mSlowOutFastInInterpolator = new PathInterpolator(0.8f, 0.0f, 0.6f, 1.0f); in ActivatableNotificationView()
767 mCurrentAppearInterpolator = mSlowOutFastInInterpolator; in startAppearAnimation()