Searched refs:mFastOutLinearInInterpolator (Results 1 – 2 of 2) sorted by relevance
52 private Interpolator mFastOutLinearInInterpolator; field in KeyguardPasswordView66 mFastOutLinearInInterpolator = AnimationUtils.loadInterpolator( in KeyguardPasswordView()276 .setInterpolator(mFastOutLinearInInterpolator) in startDisappearAnimation()
50 private final Interpolator mFastOutLinearInInterpolator; field in SwipeHelper96 mFastOutLinearInInterpolator = AnimationUtils.loadInterpolator(context, in SwipeHelper()344 anim.setInterpolator(mFastOutLinearInInterpolator); in dismissChild()