Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ui/view/
DNotificationStatsLoggerImpl.kt328 location and ExpandableViewState.VISIBLE_LOCATIONS != 0
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DExpandableViewState.java87 public static final int VISIBLE_LOCATIONS = ExpandableViewState.LOCATION_FIRST_HUN field in ExpandableViewState
DNotificationStackScrollLayoutController.java943 if ((childViewState.location & ExpandableViewState.VISIBLE_LOCATIONS) == 0) { in isInVisibleLocation()