Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DExpandableNotificationRowController.java107 private final boolean mAllowLongPress; field in ExpandableNotificationRowController
253 mAllowLongPress = allowLongPress; in ExpandableNotificationRowController()
303 if (mAllowLongPress) { in init()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationStackScrollLayoutController.java154 private final boolean mAllowLongPress; field in NotificationStackScrollLayoutController
376 if (!mAllowLongPress) {
683 mAllowLongPress = allowLongPress; in NotificationStackScrollLayoutController()