Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/statusbar/
DNotificationVisibility.java51 LOCATION_HIDDEN_TOP(MetricsEvent.LOCATION_HIDDEN_TOP), // hidden/scrolled away on the top enumConstant
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ui/view/
DNotificationStatsLoggerImpl.kt291 ExpandableViewState.LOCATION_HIDDEN_TOP -> in toNotificationLocation()
292 NotificationVisibility.NotificationLocation.LOCATION_HIDDEN_TOP in toNotificationLocation()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/logging/
DNotificationLogger.java186 case ExpandableViewState.LOCATION_HIDDEN_TOP: in convertNotificationLocation()
187 return NotificationLocation.LOCATION_HIDDEN_TOP; in convertNotificationLocation()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DExpandableViewState.java62 public static final int LOCATION_HIDDEN_TOP = 0x02; field in ExpandableViewState
DStackScrollAlgorithm.java550 expandableViewState.location = ExpandableViewState.LOCATION_HIDDEN_TOP; in setLocation()
/frameworks/base/proto/src/metrics_constants/
Dmetrics_constants.proto252 LOCATION_HIDDEN_TOP = 2; // hidden/scrolled away on the top enumerator