Searched refs:showDuringEntrance (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/ui/viewmodel/ |
D | ActionButtonViewModel.kt | 23 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)
|
D | ScreenshotViewModel.kt | 66 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/ |
D | ScreenshotViewModelTest.kt | 44 assertThat(added.showDuringEntrance).isTrue() in testAddAction() 62 assertThat(remaining.showDuringEntrance).isFalse() in testRemoveAction()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/ |
D | ScreenshotActionsProvider.kt | 101 showDuringEntrance = true, 120 showDuringEntrance = true, 143 showDuringEntrance = true, in onScrollChipReady()
|
D | ScreenshotActionsController.kt | 96 showDuringEntrance: Boolean, in getController() 100 return viewModel.addAction(appearance, showDuringEntrance, onClick) in getController()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/ui/binder/ |
D | ScreenshotShelfViewBinder.kt | 181 it.showDuringEntrance) in <lambda>()
|