Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DExpandableNotificationRow.java1034 return mGuts;
1322 if (mGuts != null) {
2242 if (mGuts == null) {
2372 if (mGuts != null) {
2602 } else if (mGuts != null && mGuts.isExposed()) {
2953 return (mGuts != null && mGuts.isExposed());
2957 return (mGuts != null && mGuts.isLeavebehind());
3142 if (mGuts != null && mGuts.isExposed()) {
3157 if (mGuts != null) {
3177 if (!ignoreTemporaryStates && mGuts != null && mGuts.isExposed()) {
[all …]