Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/am/
DAppErrors.java684 final boolean showBackground = Settings.Secure.getInt(mContext.getContentResolver(),
749 if (!showBackground) {
794 boolean showBackground = Settings.Secure.getInt(mContext.getContentResolver(),
822 if (isBackground && !showBackground) {
839 if ((mService.mAtmInternal.canShowErrorDialogs() || showBackground)
885 boolean showBackground = Settings.Secure.getInt(mContext.getContentResolver(),
887 if (mService.mAtmInternal.canShowErrorDialogs() || showBackground) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
DQSDetailClipper.java104 public void showBackground() { in showBackground() method in QSDetailClipper
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/customize/
DQSCustomizer.java189 mClipper.showBackground(); in showImmediately()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DExpandableNotificationRow.java2881 final boolean showBackground = isGroupExpanded()
2884 mShowNoBackground = !showBackground;