/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/power/ |
D | PowerUITest.java | 390 boolean shouldShow = mPowerUI.shouldShowHybridWarning(state.get()); in testShouldShowHybridWarning_lowLevelWarning() 391 assertThat(shouldShow).isTrue(); in testShouldShowHybridWarning_lowLevelWarning() 395 shouldShow = mPowerUI.shouldShowHybridWarning(state.get()); in testShouldShowHybridWarning_lowLevelWarning() 396 assertThat(shouldShow).isFalse(); in testShouldShowHybridWarning_lowLevelWarning() 401 shouldShow = mPowerUI.shouldShowHybridWarning(state.get()); in testShouldShowHybridWarning_lowLevelWarning() 402 assertThat(shouldShow).isFalse(); in testShouldShowHybridWarning_lowLevelWarning() 408 shouldShow = mPowerUI.shouldShowHybridWarning(state.get()); in testShouldShowHybridWarning_lowLevelWarning() 409 assertThat(shouldShow).isFalse(); in testShouldShowHybridWarning_lowLevelWarning() 413 shouldShow = mPowerUI.shouldShowHybridWarning(state.get()); in testShouldShowHybridWarning_lowLevelWarning() 414 assertThat(shouldShow).isTrue(); in testShouldShowHybridWarning_lowLevelWarning() [all …]
|
/frameworks/base/core/java/android/view/ |
D | WindowManagerImpl.java | 198 public void setShouldShowWithInsecureKeyguard(int displayId, boolean shouldShow) { in setShouldShowWithInsecureKeyguard() argument 201 .setShouldShowWithInsecureKeyguard(displayId, shouldShow); in setShouldShowWithInsecureKeyguard() 207 public void setShouldShowSystemDecors(int displayId, boolean shouldShow) { in setShouldShowSystemDecors() argument 210 .setShouldShowSystemDecors(displayId, shouldShow); in setShouldShowSystemDecors()
|
D | IWindowManager.aidl | 629 void setShouldShowWithInsecureKeyguard(int displayId, boolean shouldShow); in setShouldShowWithInsecureKeyguard() argument 651 void setShouldShowSystemDecors(int displayId, boolean shouldShow); in setShouldShowSystemDecors() argument
|
D | WindowManager.java | 764 default void setShouldShowWithInsecureKeyguard(int displayId, boolean shouldShow) { in setShouldShowWithInsecureKeyguard() argument 779 default void setShouldShowSystemDecors(int displayId, boolean shouldShow) { in setShouldShowSystemDecors() argument
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/ |
D | StackEducationView.kt | 129 private fun setShouldShow(shouldShow: Boolean) { in setShouldShow() 131 .edit().putBoolean(PREF_STACK_EDUCATION, !shouldShow).apply() in setShouldShow()
|
D | ManageEducationView.kt | 140 private fun setShouldShow(shouldShow: Boolean) { in setShouldShow() 142 .edit().putBoolean(PREF_MANAGED_EDUCATION, !shouldShow).apply() in setShouldShow()
|
D | BubbleStackView.java | 1112 final boolean shouldShow = (!seen || BubbleDebugConfig.forceShowUserEducation(mContext)) in shouldShowManageEdu() 1115 Log.d(TAG, "Show manage edu: " + shouldShow); in shouldShowManageEdu() 1117 return shouldShow; in shouldShowManageEdu() 1136 final boolean shouldShow = !seen || BubbleDebugConfig.forceShowUserEducation(mContext); in shouldShowStackEdu() 1138 Log.d(TAG, "Show stack edu: " + shouldShow); in shouldShowStackEdu() 1140 return shouldShow; in shouldShowStackEdu()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/ |
D | TooltipManager.kt | 115 if (!shouldShow()) return in <lambda>() 159 private fun shouldShow() = shown < maxTimesShown in <lambda>() method
|
/frameworks/layoutlib/bridge/src/android/view/ |
D | WindowManagerImpl.java | 119 public void setShouldShowWithInsecureKeyguard(int displayId, boolean shouldShow) { in setShouldShowWithInsecureKeyguard() argument 124 public void setShouldShowSystemDecors(int displayId, boolean shouldShow) { in setShouldShowSystemDecors() argument
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/ |
D | BatteryMeterView.java | 370 boolean shouldShow = in updateShowPercent() 374 shouldShow = shouldShow && !mBatteryStateUnknown; in updateShowPercent() 376 if (shouldShow) { in updateShowPercent()
|
D | ScreenDecorations.java | 1019 void setShowProtection(boolean shouldShow) { in setShowProtection() argument 1020 if (mShowProtection == shouldShow) { in setShowProtection() 1024 mShowProtection = shouldShow; in setShowProtection()
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | DisplayWindowSettings.java | 186 void setShouldShowWithInsecureKeyguardLocked(DisplayContent dc, boolean shouldShow) { in setShouldShowWithInsecureKeyguardLocked() argument 187 if (!dc.isPrivate() && shouldShow) { in setShouldShowWithInsecureKeyguardLocked() 195 overrideSettings.mShouldShowWithInsecureKeyguard = shouldShow; in setShouldShowWithInsecureKeyguardLocked() 218 void setShouldShowSystemDecorsLocked(DisplayContent dc, boolean shouldShow) { in setShouldShowSystemDecorsLocked() argument 222 overrideSettings.mShouldShowSystemDecors = shouldShow; in setShouldShowSystemDecorsLocked()
|
D | WindowManagerService.java | 7213 public void setShouldShowWithInsecureKeyguard(int displayId, boolean shouldShow) { in setShouldShowWithInsecureKeyguard() argument 7229 shouldShow); in setShouldShowWithInsecureKeyguard() 7256 public void setShouldShowSystemDecors(int displayId, boolean shouldShow) { in setShouldShowSystemDecors() argument 7274 mDisplayWindowSettings.setShouldShowSystemDecorsLocked(displayContent, shouldShow); in setShouldShowSystemDecors()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/events/ |
D | PrivacyDotViewController.kt | 508 val shouldShow = state.shouldShowDot() in <lambda>() constant 509 if (shouldShow != currentViewState.shouldShowDot()) { in <lambda>() 510 if (shouldShow && state.designatedCorner != null) { in <lambda>() 512 } else if (!shouldShow && state.designatedCorner != null) { in <lambda>()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/globalactions/ |
D | GlobalActionsDialogLiteTest.java | 310 assertThat(screenshotAction.shouldShow()).isTrue(); in testShouldShowScreenshot() 321 assertThat(screenshotAction.shouldShow()).isFalse(); in testShouldNotShowScreenshot()
|
D | GlobalActionsDialogTest.java | 236 assertThat(screenshotAction.shouldShow()).isTrue(); in testShouldShowScreenshot() 247 assertThat(screenshotAction.shouldShow()).isFalse(); in testShouldNotShowScreenshot()
|
/frameworks/base/core/java/com/android/internal/content/ |
D | FileSystemProvider.java | 408 return queryChildDocuments(parentDocumentId, projection, sortOrder, this::shouldShow); in queryChildDocuments() 670 private boolean shouldShow(@NonNull File file) { in shouldShow() method
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/globalactions/ |
D | GlobalActionsDialogLite.java | 497 return action.shouldShow(); in shouldShowAction() 938 public boolean shouldShow() { in shouldShow() method in GlobalActionsDialogLite.ScreenshotAction 1593 default boolean shouldShow() {
|
/frameworks/base/core/java/android/widget/ |
D | Editor.java | 4929 private boolean shouldShow() { in shouldShow() method in Editor.HandleView 5040 if (shouldShow()) { in updatePosition() 5304 final boolean shouldShow = checkForTransforms() /*check not rotated and compute scale*/ in updateMagnifier() 5307 if (shouldShow) { in updateMagnifier()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ |
D | NotificationStackScrollLayout.java | 4329 boolean shouldShow = !mAmbientState.isFullyHidden() || !onKeyguard(); in updateVisibility() 4330 setVisibility(shouldShow ? View.VISIBLE : View.INVISIBLE); in updateVisibility()
|
/frameworks/base/boot/ |
D | boot-image-profile.txt | 19993 HSPLandroid/widget/Editor$HandleView;->shouldShow()Z
|
/frameworks/base/config/ |
D | boot-image-profile.txt | 20041 HSPLandroid/widget/Editor$HandleView;->shouldShow()Z
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 70225 Landroid/widget/Editor$HandleView;->shouldShow()Z
|