Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/com/android/internal/statusbar/
H A DNotificationVisibility.java57 LOCATION_GONE(MetricsEvent.LOCATION_GONE); // the view isn't laid out at all enumConstant
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/logging/
H A DNotificationLogger.java189 case ExpandableViewState.LOCATION_GONE: in convertNotificationLocation()
190 return NotificationVisibility.NotificationLocation.LOCATION_GONE; in convertNotificationLocation()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DExpandableViewState.java81 public static final int LOCATION_GONE = 0x40; field in ExpandableViewState
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationShelf.java269 viewState.location = ExpandableViewState.LOCATION_GONE; in updateState()
/aosp14/frameworks/base/proto/src/metrics_constants/
H A Dmetrics_constants.proto250 LOCATION_GONE = 6; // the view isn't laid out at all enumerator