Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
DStackViewState.java29 public static final int LOCATION_MAIN_AREA = 0x04; field in StackViewState
37 public static final int VISIBLE_LOCATIONS = LOCATION_FIRST_HUN | LOCATION_MAIN_AREA;
DStackScrollAlgorithm.java364 childViewState.location = StackViewState.LOCATION_MAIN_AREA; in updatePositionsForState()
511 childViewState.location = StackViewState.LOCATION_MAIN_AREA; in updateStateForChildTransitioningInBottom()