Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardPatternView.java459 setTranslationY(mAppearAnimationUtils.getStartTranslation()); in startAppearAnimation()
474 mAppearAnimationUtils.getStartTranslation(), in startAppearAnimation()
491 -mDisappearAnimationUtils.getStartTranslation(), in startDisappearAnimation()
508 - mDisappearAnimationUtils.getStartTranslation() * 3, in startDisappearAnimation()
DKeyguardPINView.java137 setTranslationY(mAppearAnimationUtils.getStartTranslation()); in startAppearAnimation()
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/animation/
DAppearAnimationUtils.java176 public float getStartTranslation() { in getStartTranslation() method in AppearAnimationUtils