Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardClockSwitch.java321 float clockInYTranslation, clockOutYTranslation; in updateClockViews() local
349 clockInYTranslation = 0; in updateClockViews()
355 clockInYTranslation = 0f; in updateClockViews()
369 in.setTranslationY(clockInYTranslation); in updateClockViews()
401 ObjectAnimator.ofFloat(in, TRANSLATION_Y, clockInYTranslation)); in updateClockViews()