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.java465 setTranslationY(mAppearAnimationUtils.getStartTranslation()); in startAppearAnimation()
480 mAppearAnimationUtils.getStartTranslation(), in startAppearAnimation()
497 -mDisappearAnimationUtils.getStartTranslation(), in startDisappearAnimation()
514 - mDisappearAnimationUtils.getStartTranslation() * 3, in startDisappearAnimation()
DKeyguardPINView.java138 setTranslationY(mAppearAnimationUtils.getStartTranslation()); in startAppearAnimation()
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/animation/
DAppearAnimationUtils.java176 public float getStartTranslation() { in getStartTranslation() method in AppearAnimationUtils