Home
last modified time | relevance | path

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

/packages/apps/Car/SystemUI/src/com/android/systemui/car/notification/
DNotificationPanelViewController.java102 private boolean mNotificationListAtEnd; field in NotificationPanelViewController
399 mNotificationListAtEndAtTimeOfTouch = mNotificationListAtEnd; in setupNotificationPanel()
415 mNotificationListAtEnd = true; in setupNotificationPanel()
418 mNotificationListAtEnd = false; in setupNotificationPanel()
427 if (mNotificationListAtEndAtTimeOfTouch && mNotificationListAtEnd) { in setupNotificationPanel()