Searched refs:foldFraction (Results 1 – 4 of 4) sorted by relevance
/aosp14/frameworks/base/packages/SystemUI/customization/src/com/android/systemui/shared/clocks/ |
H A D | DefaultClockController.kt | 90 override fun initialize(resources: Resources, dozeFraction: Float, foldFraction: Float) { 92 largeClock.animations = LargeClockAnimations(largeClock.view, dozeFraction, foldFraction) 93 smallClock.animations = DefaultClockAnimations(smallClock.view, dozeFraction, foldFraction) 250 foldFraction: Float, 253 private val foldState = AnimationState(foldFraction) 298 foldFraction: Float, 299 ) : DefaultClockAnimations(view, dozeFraction, foldFraction) {
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/ |
H A D | KeyguardClockSwitchController.java | 429 public void animateFoldToAod(float foldFraction) { in animateFoldToAod() argument 432 clock.getSmallClock().getAnimations().fold(foldFraction); in animateFoldToAod() 433 clock.getLargeClock().getAnimations().fold(foldFraction); in animateFoldToAod()
|
H A D | KeyguardStatusViewController.java | 224 public void animateFoldToAod(float foldFraction) { in animateFoldToAod() argument 225 mKeyguardClockSwitchController.animateFoldToAod(foldFraction); in animateFoldToAod()
|
/aosp14/frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/ |
H A D | ClockProviderPlugin.kt | 76 foldFraction: Float,
|