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.java681 final boolean showBackground = Settings.Secure.getInt(mContext.getContentResolver(),
746 if (!showBackground) {
791 boolean showBackground = Settings.Secure.getInt(mContext.getContentResolver(),
819 if (isBackground && !showBackground) {
836 if ((mService.mAtmInternal.canShowErrorDialogs() || showBackground)
882 boolean showBackground = Settings.Secure.getInt(mContext.getContentResolver(),
884 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.java199 mClipper.showBackground(); in showImmediately()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DExpandableNotificationRow.java2869 final boolean showBackground = isGroupExpanded()
2872 mShowNoBackground = !showBackground;