/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyboard/shortcut/ui/viewmodel/ |
D | ShortcutHelperViewModelTest.kt | 58 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/ |
D | BubbleEducationController.kt | 48 val shouldShow = in shouldShowStackEducation() constant 63 val shouldShow = in shouldShowManageEducation() constant
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyboard/shortcut/ui/viewmodel/ |
D | ShortcutHelperViewModel.kt | 35 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/ |
D | DeviceBasedSatelliteViewModel.kt | 95 .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/ |
D | TooltipManager.kt | 159 private fun shouldShow() = shown < maxTimesShown in <lambda>() method
|
/frameworks/layoutlib/bridge/src/android/view/ |
D | WindowManagerImpl.java | 252 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/ |
D | ShortcutHelperActivityStarter.kt | 52 viewModel.shouldShow.collect { shouldShow -> in <lambda>() method
|
/frameworks/base/core/java/android/view/ |
D | WindowManagerImpl.java | 274 public void setShouldShowWithInsecureKeyguard(int displayId, boolean shouldShow) { in setShouldShowWithInsecureKeyguard() 283 public void setShouldShowSystemDecors(int displayId, boolean shouldShow) { in setShouldShowSystemDecors()
|
D | IWindowManager.aidl | 679 void setShouldShowWithInsecureKeyguard(int displayId, boolean shouldShow); in setShouldShowWithInsecureKeyguard() 701 void setShouldShowSystemDecors(int displayId, boolean shouldShow); in setShouldShowSystemDecors()
|
D | WindowManager.java | 1704 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/ |
D | DisplayWindowSettings.java | 200 void setShouldShowWithInsecureKeyguardLocked(@NonNull DisplayContent dc, boolean shouldShow) { in setShouldShowWithInsecureKeyguardLocked() 232 void setShouldShowSystemDecorsLocked(@NonNull DisplayContent dc, boolean shouldShow) { in setShouldShowSystemDecorsLocked()
|
D | WindowManagerService.java | 7729 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/ |
D | ShortcutHelperActivity.kt | 108 viewModel.shouldShow.flowWithLifecycle(lifecycle).collect { shouldShow -> in <lambda>() method
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/events/ |
D | PrivacyDotViewController.kt | 537 val shouldShow = state.shouldShowDot() in <lambda>() constant
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/pipeline/mobile/ui/viewmodel/ |
D | MobileIconViewModel.kt | 254 ) { networkTypeIconGroup, shouldShow -> in networkTypeIconGroup() method
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ui/viewbinder/ |
D | NotificationListViewBinder.kt | 213 .collect { (shouldShow, areNotifsHidden, hasFilteredNotifs) -> in <lambda>() method
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/globalactions/ |
D | GlobalActionsDialogLite.java | 1039 public boolean shouldShow() { in shouldShow() method in GlobalActionsDialogLite.ScreenshotAction
|
/frameworks/base/core/java/android/widget/ |
D | Editor.java | 5198 private boolean shouldShow() { in shouldShow() method in Editor.HandleView
|