Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DExpandableViewState.java56 public static final int LOCATION_FIRST_HUN = 0x01; field in ExpandableViewState
86 public static final int VISIBLE_LOCATIONS = ExpandableViewState.LOCATION_FIRST_HUN
H A DStackScrollAlgorithm.java764 childState.location = ExpandableViewState.LOCATION_FIRST_HUN; in updateHeadsUpStates()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/logging/
H A DNotificationLogger.java179 case ExpandableViewState.LOCATION_FIRST_HUN: in convertNotificationLocation()