Home
last modified time | relevance | path

Searched defs:endState (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/events/
DSystemStatusAnimationScheduler.kt196 val endState = if (hasPersistentDot) { in <lambda>() constant
315 @SystemAnimationState val endState: Int, in <lambda>() constant in com.android.systemui.statusbar.events.SystemStatusAnimationScheduler.ChipAnimatorAdapter
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DHeadsUpAppearanceController.java257 private void hide(View view, int endState) { in hide()
270 private void hide(View view, int endState, Runnable callback) { in hide()
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/
DMediaViewController.kt328 val endState = state.copy().also { it.expansion = 1.0f } in <lambda>() constant