Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardClockSwitch.java306 float clockInYTranslation, clockOutYTranslation; in updateClockViews() local
334 clockInYTranslation = 0; in updateClockViews()
340 clockInYTranslation = 0f; in updateClockViews()
354 in.setTranslationY(clockInYTranslation); in updateClockViews()
386 ObjectAnimator.ofFloat(in, TRANSLATION_Y, clockInYTranslation)); in updateClockViews()