Home
last modified time | relevance | path

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

/frameworks/base/packages/CarSystemUI/src/com/android/systemui/statusbar/car/
DCarStatusBar.java190 private boolean mNotificationListAtBottom; field in CarStatusBar
777 mNotificationListAtBottomAtTimeOfTouch = mNotificationListAtBottom; in connectNotificationsUI()
799 mNotificationListAtBottom = true; in connectNotificationsUI()
802 mNotificationListAtBottom = false; in connectNotificationsUI()
812 if (mNotificationListAtBottomAtTimeOfTouch && mNotificationListAtBottom) { in connectNotificationsUI()