Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/ui/view/
DNotificationStatsLoggerTest.kt290 location = ExpandableViewState.LOCATION_MAIN_AREA, in <lambda>()
301 NotificationVisibility.NotificationLocation.LOCATION_MAIN_AREA.ordinal in <lambda>()
312 location = ExpandableViewState.LOCATION_MAIN_AREA, in <lambda>()
322 location = ExpandableViewState.LOCATION_MAIN_AREA, in <lambda>()
371 NotificationVisibility.NotificationLocation.LOCATION_MAIN_AREA.ordinal in <lambda>()
409 NotificationVisibility.NotificationLocation.LOCATION_MAIN_AREA.ordinal in <lambda>()
420 location = ExpandableViewState.LOCATION_MAIN_AREA, in <lambda>()
437 location = ExpandableViewState.LOCATION_MAIN_AREA, in <lambda>()
448 NotificationVisibility.NotificationLocation.LOCATION_MAIN_AREA.ordinal in <lambda>()
455 location = ExpandableViewState.LOCATION_MAIN_AREA, in <lambda>()
[all …]
/frameworks/base/core/java/com/android/internal/statusbar/
DNotificationVisibility.java52 LOCATION_MAIN_AREA(MetricsEvent.LOCATION_MAIN_AREA), // visible in the shade enumConstant
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/logging/
DExpansionStateLoggerTest.java118 NotificationVisibility.NotificationLocation.LOCATION_MAIN_AREA)), in testExpandedAndVisible_expandedBeforeVisible()
125 NotificationVisibility.NotificationLocation.LOCATION_MAIN_AREA.toMetricsEventEnum() in testExpandedAndVisible_expandedBeforeVisible()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ui/view/
DNotificationStatsLoggerImpl.kt293 ExpandableViewState.LOCATION_MAIN_AREA -> in toNotificationLocation()
294 NotificationVisibility.NotificationLocation.LOCATION_MAIN_AREA in toNotificationLocation()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DExpandableViewState.java67 public static final int LOCATION_MAIN_AREA = 0x04; field in ExpandableViewState
88 | ExpandableViewState.LOCATION_MAIN_AREA;
DStackScrollAlgorithm.java548 expandableViewState.location = ExpandableViewState.LOCATION_MAIN_AREA; in setLocation()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/logging/
DNotificationLogger.java188 case ExpandableViewState.LOCATION_MAIN_AREA: in convertNotificationLocation()
189 return NotificationLocation.LOCATION_MAIN_AREA; in convertNotificationLocation()
/frameworks/base/proto/src/metrics_constants/
Dmetrics_constants.proto253 LOCATION_MAIN_AREA = 3; // visible in the shade enumerator