Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/
DSystemUIFactory.java19 import static com.android.systemui.Dependency.ALLOW_NOTIFICATION_LONG_PRESS_NAME;
223 @Named(ALLOW_NOTIFICATION_LONG_PRESS_NAME)
DDependency.java171 public static final String ALLOW_NOTIFICATION_LONG_PRESS_NAME = "allow_notif_longpress"; field in Dependency
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayout.java19 import static com.android.systemui.Dependency.ALLOW_NOTIFICATION_LONG_PRESS_NAME;
514 @Named(ALLOW_NOTIFICATION_LONG_PRESS_NAME) boolean allowLongPress, in NotificationStackScrollLayout()