Home
last modified time | relevance | path

Searched refs:showDuringEntrance (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/ui/viewmodel/
DActionButtonViewModel.kt23 val showDuringEntrance: Boolean, constant in com.android.systemui.screenshot.ui.viewmodel.ActionButtonViewModel
33 showDuringEntrance: Boolean,
36 ActionButtonViewModel(appearance, getId(), true, showDuringEntrance, onClicked)
41 ): ActionButtonViewModel = withNextId(appearance, showDuringEntrance = true, onClicked)
DScreenshotViewModel.kt66 showDuringEntrance: Boolean, in addAction()
71 ActionButtonViewModel.withNextId(actionAppearance, showDuringEntrance, onClicked) in addAction()
86 actionList[index].showDuringEntrance, in setActionVisibility()
104 actionList[index].showDuringEntrance, in updateActionAppearance()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/screenshot/ui/viewmodel/
DScreenshotViewModelTest.kt44 assertThat(added.showDuringEntrance).isTrue() in testAddAction()
62 assertThat(remaining.showDuringEntrance).isFalse() in testRemoveAction()
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
DScreenshotActionsProvider.kt101 showDuringEntrance = true,
120 showDuringEntrance = true,
143 showDuringEntrance = true, in onScrollChipReady()
DScreenshotActionsController.kt96 showDuringEntrance: Boolean, in getController()
100 return viewModel.addAction(appearance, showDuringEntrance, onClick) in getController()
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/ui/binder/
DScreenshotShelfViewBinder.kt181 it.showDuringEntrance) in <lambda>()