Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DExpandableNotificationRow.java222 private NotificationGuts mGuts; field in ExpandableNotificationRow
963 return mGuts;
1226 if (mGuts != null) {
2026 if (mGuts == null) {
2142 if (mGuts != null) {
2364 if (mGuts != null && mGuts.isExposed()) {
2698 return (mGuts != null && mGuts.isExposed());
2883 if (mGuts != null && mGuts.isExposed()) {
2894 if (mGuts != null) {
2914 if (!ignoreTemporaryStates && mGuts != null && mGuts.isExposed()) {
[all …]