Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/viewmodel/
H A DKeyguardIndicationAreaViewModel.kt51 combine(shortcutsCombinedViewModel.startButton, shortcutsCombinedViewModel.endButton) {
58 … combine(keyguardBottomAreaViewModel.startButton, keyguardBottomAreaViewModel.endButton) {
H A DKeyguardQuickAffordancesCombinedViewModel.kt75 val endButton: Flow<KeyguardQuickAffordanceViewModel> =
H A DKeyguardBottomAreaViewModel.kt90 val endButton: Flow<KeyguardQuickAffordanceViewModel> =
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/binder/
H A DKeyguardBottomAreaViewBinder.kt117 val endButton: ImageView = view.requireViewById(R.id.end_button)
157 viewModel.endButton.collect { buttonModel ->
159 view = endButton,
205 view = endButton,
206 viewModel = viewModel.endButton,
235 endButton.updateLayoutParams<ViewGroup.LayoutParams> {
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/ui/viewmodel/
H A DKeyguardQuickAffordancesCombinedViewModelTest.kt340 val endButton = collectLastValue(underTest.endButton) regex
372 viewModel = endButton(),
392 val latest = collectLastValue(underTest.endButton)
H A DKeyguardBottomAreaViewModelTest.kt367 val endButton = collectLastValue(underTest.endButton) regex
399 viewModel = endButton(),
419 val latest = collectLastValue(underTest.endButton)
H A DKeyguardIndicationAreaViewModelTest.kt81 whenever(bottomAreaViewModel.endButton).thenReturn(endButtonFlow)
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
H A DKeyguardViewConfigurator.kt248 keyguardQuickAffordancesCombinedViewModel.endButton,
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/preview/
H A DKeyguardPreviewRenderer.kt343 quickAffordancesCombinedViewModel.endButton,