Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
DNotificationRowBinderImpl.java71 private final boolean mAllowLongPress; field in NotificationRowBinderImpl
86 mAllowLongPress = allowLongPress; in NotificationRowBinderImpl()
151 if (mAllowLongPress) { in bindRow()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayout.java191 private final boolean mAllowLongPress; field in NotificationStackScrollLayout
524 mAllowLongPress = allowLongPress; in NotificationStackScrollLayout()
627 if (mAllowLongPress) { in onFinishInflate()