Searched refs:LOCATION_HIDDEN_TOP (Results 1 – 6 of 6) sorted by relevance
51 LOCATION_HIDDEN_TOP(MetricsEvent.LOCATION_HIDDEN_TOP), // hidden/scrolled away on the top enumConstant
291 ExpandableViewState.LOCATION_HIDDEN_TOP -> in toNotificationLocation()292 NotificationVisibility.NotificationLocation.LOCATION_HIDDEN_TOP in toNotificationLocation()
186 case ExpandableViewState.LOCATION_HIDDEN_TOP: in convertNotificationLocation()187 return NotificationLocation.LOCATION_HIDDEN_TOP; in convertNotificationLocation()
62 public static final int LOCATION_HIDDEN_TOP = 0x02; field in ExpandableViewState
550 expandableViewState.location = ExpandableViewState.LOCATION_HIDDEN_TOP; in setLocation()
252 LOCATION_HIDDEN_TOP = 2; // hidden/scrolled away on the top enumerator