Searched refs:currentTextTranslationY (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DPasswordTextView.java351 float currentTextTranslationY = 1.0f; field in class:PasswordTextView.CharState
428 currentTextTranslationY = (float) animation.getAnimatedValue();
461 currentTextTranslationY = 1.0f;
655 + charHeight * currentTextTranslationY * 0.8f;

Completed in 686 milliseconds