Home
last modified time | relevance | path

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

/aosp12/packages/apps/Car/SystemUI/src/com/android/systemui/car/notification/
H A DNotificationPanelViewController.java103 private boolean mIsSwipingVerticallyToClose; field in NotificationPanelViewController
393 mIsSwipingVerticallyToClose = false; in setupNotificationPanel()
405 mIsSwipingVerticallyToClose = true; in setupNotificationPanel()
424 if (!handled && isClosingAction(event) && mIsSwipingVerticallyToClose) { in setupNotificationPanel()