Home
last modified time | relevance | path

Searched defs:shouldShow (Results 1 – 18 of 18) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyboard/shortcut/ui/viewmodel/
DShortcutHelperViewModelTest.kt58 val shouldShow by collectLastValue(viewModel.shouldShow) in shouldShow_falseByDefault() constant
66 val shouldShow by collectLastValue(viewModel.shouldShow) in shouldShow_trueAfterShowRequested() constant
76 val shouldShow by collectLastValue(viewModel.shouldShow) in shouldShow_trueAfterToggleRequested() constant
86 val shouldShow by collectLastValue(viewModel.shouldShow) in shouldShow_falseAfterToggleTwice() constant
97 val shouldShow by collectLastValue(viewModel.shouldShow) in shouldShow_falseAfterViewClosed() constant
108 val shouldShow by collectLastValue(viewModel.shouldShow) in shouldShow_falseAfterCloseSystemDialogs() constant
136 val shouldShow by collectLastValue(viewModel.shouldShow) in shouldShow_emitsLatestValueToNewSubscribers() constant
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBubbleEducationController.kt48 val shouldShow = in shouldShowStackEducation() constant
63 val shouldShow = in shouldShowManageEducation() constant
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyboard/shortcut/ui/viewmodel/
DShortcutHelperViewModel.kt35 val shouldShow = constant in com.android.systemui.keyboard.shortcut.ui.viewmodel.ShortcutHelperViewModel
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/pipeline/satellite/ui/viewmodel/
DDeviceBasedSatelliteViewModel.kt95 .flatMapLatest { shouldShow -> in shouldShow() method
116 ) { shouldShow, state, signalStrength -> in signalStrength() method
129 ) { shouldShow, connectionState -> in connectionState() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/
DTooltipManager.kt159 private fun shouldShow() = shown < maxTimesShown in <lambda>() method
/frameworks/layoutlib/bridge/src/android/view/
DWindowManagerImpl.java252 public void setShouldShowWithInsecureKeyguard(int displayId, boolean shouldShow) { in setShouldShowWithInsecureKeyguard()
257 public void setShouldShowSystemDecors(int displayId, boolean shouldShow) { in setShouldShowSystemDecors()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyboard/shortcut/ui/
DShortcutHelperActivityStarter.kt52 viewModel.shouldShow.collect { shouldShow -> in <lambda>() method
/frameworks/base/core/java/android/view/
DWindowManagerImpl.java274 public void setShouldShowWithInsecureKeyguard(int displayId, boolean shouldShow) { in setShouldShowWithInsecureKeyguard()
283 public void setShouldShowSystemDecors(int displayId, boolean shouldShow) { in setShouldShowSystemDecors()
DIWindowManager.aidl679 void setShouldShowWithInsecureKeyguard(int displayId, boolean shouldShow); in setShouldShowWithInsecureKeyguard()
701 void setShouldShowSystemDecors(int displayId, boolean shouldShow); in setShouldShowSystemDecors()
DWindowManager.java1704 default void setShouldShowWithInsecureKeyguard(int displayId, boolean shouldShow) { in setShouldShowWithInsecureKeyguard()
1719 default void setShouldShowSystemDecors(int displayId, boolean shouldShow) { in setShouldShowSystemDecors()
/frameworks/base/services/core/java/com/android/server/wm/
DDisplayWindowSettings.java200 void setShouldShowWithInsecureKeyguardLocked(@NonNull DisplayContent dc, boolean shouldShow) { in setShouldShowWithInsecureKeyguardLocked()
232 void setShouldShowSystemDecorsLocked(@NonNull DisplayContent dc, boolean shouldShow) { in setShouldShowSystemDecorsLocked()
DWindowManagerService.java7729 public void setShouldShowWithInsecureKeyguard(int displayId, boolean shouldShow) { in setShouldShowWithInsecureKeyguard()
7772 public void setShouldShowSystemDecors(int displayId, boolean shouldShow) { in setShouldShowSystemDecors()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyboard/shortcut/ui/view/
DShortcutHelperActivity.kt108 viewModel.shouldShow.flowWithLifecycle(lifecycle).collect { shouldShow -> in <lambda>() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/events/
DPrivacyDotViewController.kt537 val shouldShow = state.shouldShowDot() in <lambda>() constant
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/pipeline/mobile/ui/viewmodel/
DMobileIconViewModel.kt254 ) { networkTypeIconGroup, shouldShow -> in networkTypeIconGroup() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ui/viewbinder/
DNotificationListViewBinder.kt213 .collect { (shouldShow, areNotifsHidden, hasFilteredNotifs) -> in <lambda>() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/globalactions/
DGlobalActionsDialogLite.java1039 public boolean shouldShow() { in shouldShow() method in GlobalActionsDialogLite.ScreenshotAction
/frameworks/base/core/java/android/widget/
DEditor.java5198 private boolean shouldShow() { in shouldShow() method in Editor.HandleView