Home
last modified time | relevance | path

Searched defs:endButton (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/viewmodel/
DKeyguardQuickAffordancesCombinedViewModel.kt75 val endButton: Flow<KeyguardQuickAffordanceViewModel> = in <lambda>() constant in com.android.systemui.keyguard.ui.viewmodel.KeyguardQuickAffordancesCombinedViewModel
DKeyguardBottomAreaViewModel.kt90 val endButton: Flow<KeyguardQuickAffordanceViewModel> = in <lambda>() constant in com.android.systemui.keyguard.ui.viewmodel.KeyguardBottomAreaViewModel
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/ui/viewmodel/
DKeyguardQuickAffordancesCombinedViewModelTest.kt340 val endButton = collectLastValue(underTest.endButton) in endButton_inHiglightedPreviewMode_dimmedWhenOtherIsSelected() constant
DKeyguardBottomAreaViewModelTest.kt367 val endButton = collectLastValue(underTest.endButton) in endButton_inHiglightedPreviewMode_dimmedWhenOtherIsSelected() constant
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/binder/
DKeyguardBottomAreaViewBinder.kt117 val endButton: ImageView = view.requireViewById(R.id.end_button) in <lambda>() constant