Searched defs:mSlowOutLinearInInterpolator (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DActivatableNotificationView.java120 private final Interpolator mSlowOutLinearInInterpolator; field in class:ActivatableNotificationView
150 mSlowOutLinearInInterpolator = new PathInterpolator(0.8f, 0.0f, 1.0f, 1.0f);
565 mCurrentAlphaInterpolator = mSlowOutLinearInInterpolator;

Completed in 40 milliseconds