Home
last modified time | relevance | path

Searched refs:shouldShow (Results 1 – 23 of 23) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/power/
DPowerUITest.java390 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/
DWindowManagerImpl.java198 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()
DIWindowManager.aidl629 void setShouldShowWithInsecureKeyguard(int displayId, boolean shouldShow); in setShouldShowWithInsecureKeyguard() argument
651 void setShouldShowSystemDecors(int displayId, boolean shouldShow); in setShouldShowSystemDecors() argument
DWindowManager.java764 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/
DStackEducationView.kt129 private fun setShouldShow(shouldShow: Boolean) { in setShouldShow()
131 .edit().putBoolean(PREF_STACK_EDUCATION, !shouldShow).apply() in setShouldShow()
DManageEducationView.kt140 private fun setShouldShow(shouldShow: Boolean) { in setShouldShow()
142 .edit().putBoolean(PREF_MANAGED_EDUCATION, !shouldShow).apply() in setShouldShow()
DBubbleStackView.java1112 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/
DTooltipManager.kt115 if (!shouldShow()) return in <lambda>()
159 private fun shouldShow() = shown < maxTimesShown in <lambda>() method
/frameworks/layoutlib/bridge/src/android/view/
DWindowManagerImpl.java119 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/
DBatteryMeterView.java370 boolean shouldShow = in updateShowPercent()
374 shouldShow = shouldShow && !mBatteryStateUnknown; in updateShowPercent()
376 if (shouldShow) { in updateShowPercent()
DScreenDecorations.java1019 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/
DDisplayWindowSettings.java186 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()
DWindowManagerService.java7213 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/
DPrivacyDotViewController.kt508 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/
DGlobalActionsDialogLiteTest.java310 assertThat(screenshotAction.shouldShow()).isTrue(); in testShouldShowScreenshot()
321 assertThat(screenshotAction.shouldShow()).isFalse(); in testShouldNotShowScreenshot()
DGlobalActionsDialogTest.java236 assertThat(screenshotAction.shouldShow()).isTrue(); in testShouldShowScreenshot()
247 assertThat(screenshotAction.shouldShow()).isFalse(); in testShouldNotShowScreenshot()
/frameworks/base/core/java/com/android/internal/content/
DFileSystemProvider.java408 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/
DGlobalActionsDialogLite.java497 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/
DEditor.java4929 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/
DNotificationStackScrollLayout.java4329 boolean shouldShow = !mAmbientState.isFullyHidden() || !onKeyguard(); in updateVisibility()
4330 setVisibility(shouldShow ? View.VISIBLE : View.INVISIBLE); in updateVisibility()
/frameworks/base/boot/
Dboot-image-profile.txt19993 HSPLandroid/widget/Editor$HandleView;->shouldShow()Z
/frameworks/base/config/
Dboot-image-profile.txt20041 HSPLandroid/widget/Editor$HandleView;->shouldShow()Z
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt70225 Landroid/widget/Editor$HandleView;->shouldShow()Z