Home
last modified time | relevance | path

Searched refs:LOCATION_FIRST_HUN (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DExpandableViewState.java57 public static final int LOCATION_FIRST_HUN = 0x01; field in ExpandableViewState
87 public static final int VISIBLE_LOCATIONS = ExpandableViewState.LOCATION_FIRST_HUN
DStackScrollAlgorithm.java861 childState.location = ExpandableViewState.LOCATION_FIRST_HUN; in updateHeadsUpStates()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ui/view/
DNotificationStatsLoggerImpl.kt289 ExpandableViewState.LOCATION_FIRST_HUN -> in toNotificationLocation()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/logging/
DNotificationLogger.java184 case ExpandableViewState.LOCATION_FIRST_HUN: in convertNotificationLocation()