Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
DStackViewState.java37 public static final int VISIBLE_LOCATIONS = LOCATION_FIRST_HUN | LOCATION_MAIN_AREA; field in StackViewState
DNotificationStackScrollLayout.java546 if ((childViewState.location &= StackViewState.VISIBLE_LOCATIONS) == 0) { in isInVisibleLocation()