Home
last modified time | relevance | path

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

/aosp12/packages/apps/Car/SystemUI/src/com/android/systemui/car/notification/
H A DNotificationPanelViewController.java102 private boolean mNotificationListAtEndAtTimeOfTouch; field in NotificationPanelViewController
369 mNotificationListAtEndAtTimeOfTouch = false; in setupNotificationPanel()
373 mNotificationListAtEndAtTimeOfTouch = mNotificationListAtEnd; in setupNotificationPanel()
394 mNotificationListAtEndAtTimeOfTouch = false; in setupNotificationPanel()
401 if (mNotificationListAtEndAtTimeOfTouch && mNotificationListAtEnd) { in setupNotificationPanel()
414 mNotificationListAtEndAtTimeOfTouch = false; in setupNotificationPanel()
438 mNotificationListAtEndAtTimeOfTouch = false; in setupNotificationPanel()
560 return mNotificationListAtEndAtTimeOfTouch; in shouldAllowClosingScroll()