Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
DStackViewState.java26 public static final int LOCATION_UNKNOWN = 0x00; field in StackViewState
DStackScrollAlgorithm.java334 childViewState.location = StackViewState.LOCATION_UNKNOWN; in updatePositionsForState()
379 if (childViewState.location == StackViewState.LOCATION_UNKNOWN) { in updatePositionsForState()