Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/viewmodel/
DKeyguardQuickAffordancesCombinedViewModel.kt161 val endButton: Flow<KeyguardQuickAffordanceViewModel> = in <lambda>() constant
DKeyguardBottomAreaViewModel.kt90 val endButton: Flow<KeyguardQuickAffordanceViewModel> = in <lambda>() constant in com.android.systemui.keyguard.ui.viewmodel.KeyguardBottomAreaViewModel
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/binder/
DKeyguardRootViewBinder.kt610 private val endButton = R.id.end_button in <lambda>() constant
DKeyguardBottomAreaViewBinder.kt118 val endButton: ImageView = view.requireViewById(R.id.end_button) in <lambda>() constant
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/ui/viewmodel/
DKeyguardBottomAreaViewModelTest.kt377 val endButton = collectLastValue(underTest.endButton) in endButton_inHiglightedPreviewMode_dimmedWhenOtherIsSelected() constant
DKeyguardQuickAffordancesCombinedViewModelTest.kt454 val endButton = collectLastValue(underTest.endButton) in endButton_inHiglightedPreviewMode_dimmedWhenOtherIsSelected() constant