Home
last modified time | relevance | path

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

/packages/apps/Car/SystemUI/src/com/android/systemui/car/notification/
DNotificationPanelViewController.java104 private boolean mNotificationListAtEndAtTimeOfTouch; field in NotificationPanelViewController
395 mNotificationListAtEndAtTimeOfTouch = false; in setupNotificationPanel()
399 mNotificationListAtEndAtTimeOfTouch = mNotificationListAtEnd; in setupNotificationPanel()
420 mNotificationListAtEndAtTimeOfTouch = false; in setupNotificationPanel()
427 if (mNotificationListAtEndAtTimeOfTouch && mNotificationListAtEnd) { in setupNotificationPanel()
440 mNotificationListAtEndAtTimeOfTouch = false; in setupNotificationPanel()
464 mNotificationListAtEndAtTimeOfTouch = false; in setupNotificationPanel()
595 return mNotificationListAtEndAtTimeOfTouch; in shouldAllowClosingScroll()