Home
last modified time | relevance | path

Searched refs:showBackground (Results 1 – 21 of 21) sorted by relevance

/aosp14/frameworks/base/packages/SettingsLib/Spa/gallery/src/com/android/settingslib/spa/gallery/page/
H A DSettingsPagerPage.kt67 @Preview(showBackground = true)
H A DFooterPage.kt85 @Preview(showBackground = true)
H A DIllustrationPage.kt88 @Preview(showBackground = true)
H A DLoadingBarPage.kt82 @Preview(showBackground = true)
H A DProgressBarPage.kt112 @Preview(showBackground = true)
H A DArgumentPage.kt120 @Preview(showBackground = true)
H A DSliderPage.kt121 @Preview(showBackground = true)
H A DChartPage.kt149 @Preview(showBackground = true)
/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DAppErrors.java871 final boolean showBackground = Settings.Secure.getIntForUser(mContext.getContentResolver(),
939 if (!showBackground) {
1003 boolean showBackground = Settings.Secure.getIntForUser(mContext.getContentResolver(),
1030 if (isBackground && !showBackground) {
1057 if ((mService.mAtmInternal.canShowErrorDialogs() || showBackground)
1106 boolean showBackground = Settings.Secure.getIntForUser(mContext.getContentResolver(),
1109 if (mService.mAtmInternal.canShowErrorDialogs() || showBackground) {
/aosp14/frameworks/base/packages/SettingsLib/Spa/gallery/src/com/android/settingslib/spa/gallery/ui/
H A DSpinnerPage.kt77 @Preview(showBackground = true)
H A DCategoryPage.kt99 @Preview(showBackground = true)
/aosp14/frameworks/base/packages/SettingsLib/Spa/gallery/src/com/android/settingslib/spa/gallery/button/
H A DActionButtonsPage.kt69 @Preview(showBackground = true)
/aosp14/frameworks/base/packages/SettingsLib/Spa/gallery/src/com/android/settingslib/spa/gallery/preference/
H A DMainSwitchPreferencePage.kt101 @Preview(showBackground = true)
H A DTwoTargetSwitchPreferencePage.kt146 @Preview(showBackground = true)
H A DSwitchPreferencePage.kt170 @Preview(showBackground = true)
H A DPreferencePage.kt297 @Preview(showBackground = true)
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DQSDetailClipper.java130 public void showBackground() { in showBackground() method in QSDetailClipper
/aosp14/frameworks/base/packages/SettingsLib/Spa/spa/src/com/android/settingslib/spa/widget/ui/
H A DSpinner.kt128 @Preview(showBackground = true)
/aosp14/frameworks/base/packages/SettingsLib/Spa/gallery/src/com/android/settingslib/spa/gallery/home/
H A DHomePage.kt91 @Preview(showBackground = true)
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/customize/
H A DQSCustomizer.java150 mClipper.showBackground(); in showImmediately()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DExpandableNotificationRow.java3291 final boolean showBackground = isGroupExpanded()
3294 mShowNoBackground = !showBackground;