/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/binder/ |
D | KeyguardBottomAreaViewBinder.kt | 118 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>()
|
D | KeyguardRootViewBinder.kt | 244 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/ |
D | KeyguardIndicationAreaViewModel.kt | 67 combine(shortcutsCombinedViewModel.startButton, shortcutsCombinedViewModel.endButton) { in <lambda>() 76 keyguardBottomAreaViewModel.endButton in <lambda>()
|
D | KeyguardBottomAreaViewModel.kt | 90 val endButton: Flow<KeyguardQuickAffordanceViewModel> = in <lambda>() constant in com.android.systemui.keyguard.ui.viewmodel.KeyguardBottomAreaViewModel
|
D | KeyguardQuickAffordancesCombinedViewModel.kt | 161 val endButton: Flow<KeyguardQuickAffordanceViewModel> = in <lambda>() constant
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/ui/viewmodel/ |
D | KeyguardBottomAreaViewModelTest.kt | 377 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()
|
D | KeyguardQuickAffordancesCombinedViewModelTest.kt | 454 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/ |
D | AlignShortcutsToUdfpsSection.kt | 73 keyguardQuickAffordancesCombinedViewModel.endButton, in bindData()
|
D | DefaultShortcutsSection.kt | 95 keyguardQuickAffordancesCombinedViewModel.endButton, in <lambda>()
|
/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/keyguard/ui/composable/section/ |
D | BottomAreaSection.kt | 78 viewModel = if (isStart) viewModel.startButton else viewModel.endButton, in <lambda>()
|
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/keyguard/ui/viewmodel/ |
D | KeyguardIndicationAreaViewModelTest.kt | 97 whenever(bottomAreaViewModel.endButton).thenReturn(endButtonFlow) in setUp()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/preview/ |
D | KeyguardPreviewRenderer.kt | 476 viewModel = quickAffordancesCombinedViewModel.endButton, in <lambda>()
|