Searched defs:mShowAmbient (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DExpandableNotificationRow.java251 private boolean mShowAmbient; field in class:ExpandableNotificationRow
1667 } else if (mIsSummaryWithChildren && (!mOnKeyguard || mShowAmbient)) {
1685 return !mOnKeyguard && !mShowAmbient;
2271 if (showAmbient != mShowAmbient) {
2272 mShowAmbient = showAmbient;
2281 return mShowAmbient;

Completed in 54 milliseconds