Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/com/android/internal/statusbar/
H A DNotificationVisibility.java51 LOCATION_HIDDEN_TOP(MetricsEvent.LOCATION_HIDDEN_TOP), // hidden/scrolled away on the top enumConstant
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/logging/
H A DNotificationLogger.java181 case ExpandableViewState.LOCATION_HIDDEN_TOP: in convertNotificationLocation()
182 return NotificationVisibility.NotificationLocation.LOCATION_HIDDEN_TOP; in convertNotificationLocation()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DExpandableViewState.java61 public static final int LOCATION_HIDDEN_TOP = 0x02; field in ExpandableViewState
H A DStackScrollAlgorithm.java470 expandableViewState.location = ExpandableViewState.LOCATION_HIDDEN_TOP; in setLocation()
/aosp14/frameworks/base/proto/src/metrics_constants/
H A Dmetrics_constants.proto246 LOCATION_HIDDEN_TOP = 2; // hidden/scrolled away on the top enumerator