Home
last modified time | relevance | path

Searched refs:LOCATION_HIDDEN_TOP (Results 1 – 5 of 5) 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/logging/
DNotificationLogger.java180 case ExpandableViewState.LOCATION_HIDDEN_TOP: in convertNotificationLocation()
181 return NotificationVisibility.NotificationLocation.LOCATION_HIDDEN_TOP; in convertNotificationLocation()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DStackScrollAlgorithm.java428 childViewState.location = ExpandableViewState.LOCATION_HIDDEN_TOP; in updateChild()
465 childViewState.location = ExpandableViewState.LOCATION_HIDDEN_TOP; in updateChild()
DExpandableViewState.java58 public static final int LOCATION_HIDDEN_TOP = 0x02; field in ExpandableViewState
/frameworks/base/proto/src/metrics_constants/
Dmetrics_constants.proto246 LOCATION_HIDDEN_TOP = 2; // hidden/scrolled away on the top enumerator