Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DExpandableViewState.java53 public static final int LOCATION_FIRST_HUN = 0x01; field in ExpandableViewState
83 public static final int VISIBLE_LOCATIONS = ExpandableViewState.LOCATION_FIRST_HUN
DStackScrollAlgorithm.java526 childState.location = ExpandableViewState.LOCATION_FIRST_HUN;
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/logging/
DNotificationLogger.java178 case ExpandableViewState.LOCATION_FIRST_HUN: in convertNotificationLocation()