Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DActivatableNotificationView.java122 private Interpolator mCurrentAppearInterpolator; field in ActivatableNotificationView
560 mCurrentAppearInterpolator = mSlowOutFastInInterpolator; in startAppearAnimation()
564 mCurrentAppearInterpolator = mFastOutSlowInInterpolator; in startAppearAnimation()
618 float translationFraction = mCurrentAppearInterpolator.getInterpolation(inverseFraction); in updateAppearRect()
626 widthFraction = mCurrentAppearInterpolator.getInterpolation(widthFraction); in updateAppearRect()
635 heightFraction = mCurrentAppearInterpolator.getInterpolation(heightFraction); in updateAppearRect()