Home
last modified time | relevance | path

Searched refs:LOCATION_HIDDEN_TOP (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
DExpandableViewState.java61 public static final int LOCATION_HIDDEN_TOP = 0x02; field in ExpandableViewState
DStackScrollAlgorithm.java417 childViewState.location = ExpandableViewState.LOCATION_HIDDEN_TOP; in updateChild()