Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/binder/
DKeyguardBottomAreaViewBinder.kt118 val endButton: ImageView = view.requireViewById(R.id.end_button) in <lambda>() constant
139 endButton.setOnApplyWindowInsetsListener { inView, windowInsets -> in <lambda>()
189 viewModel.endButton.collect { buttonModel -> in <lambda>()
191 view = endButton, in <lambda>()
237 view = endButton, in <lambda>()
238 viewModel = viewModel.endButton, in <lambda>()
267 endButton.updateLayoutParams<ViewGroup.LayoutParams> { in <lambda>()
DKeyguardRootViewBinder.kt244 endButton, in <lambda>()
610 private val endButton = R.id.end_button in <lambda>() constant
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/viewmodel/
DKeyguardIndicationAreaViewModel.kt67 combine(shortcutsCombinedViewModel.startButton, shortcutsCombinedViewModel.endButton) { in <lambda>()
76 keyguardBottomAreaViewModel.endButton in <lambda>()
DKeyguardBottomAreaViewModel.kt90 val endButton: Flow<KeyguardQuickAffordanceViewModel> = in <lambda>() constant in com.android.systemui.keyguard.ui.viewmodel.KeyguardBottomAreaViewModel
DKeyguardQuickAffordancesCombinedViewModel.kt161 val endButton: Flow<KeyguardQuickAffordanceViewModel> = 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
409 viewModel = endButton(), in endButton_inHiglightedPreviewMode_dimmedWhenOtherIsSelected()
429 val latest = collectLastValue(underTest.endButton) in endButton_present_visibleModel_doNothingOnClick()
DKeyguardQuickAffordancesCombinedViewModelTest.kt454 val endButton = collectLastValue(underTest.endButton) in endButton_inHiglightedPreviewMode_dimmedWhenOtherIsSelected() constant
486 viewModel = endButton(), in endButton_inHiglightedPreviewMode_dimmedWhenOtherIsSelected()
506 val latest = collectLastValue(underTest.endButton) in endButton_present_visibleModel_doNothingOnClick()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/view/layout/sections/
DAlignShortcutsToUdfpsSection.kt73 keyguardQuickAffordancesCombinedViewModel.endButton, in bindData()
DDefaultShortcutsSection.kt95 keyguardQuickAffordancesCombinedViewModel.endButton, in <lambda>()
/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/keyguard/ui/composable/section/
DBottomAreaSection.kt78 viewModel = if (isStart) viewModel.startButton else viewModel.endButton, in <lambda>()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/keyguard/ui/viewmodel/
DKeyguardIndicationAreaViewModelTest.kt97 whenever(bottomAreaViewModel.endButton).thenReturn(endButtonFlow) in setUp()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/preview/
DKeyguardPreviewRenderer.kt476 viewModel = quickAffordancesCombinedViewModel.endButton, in <lambda>()