Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/provider/
DSettings.java8649 public static final String NOTIFICATION_DISMISS_RTL = "notification_dismiss_rtl"; field in Settings.Secure
8964 NOTIFICATION_DISMISS_RTL,
9141 VALIDATORS.put(NOTIFICATION_DISMISS_RTL, NOTIFICATION_DISMISS_RTL_VALIDATOR); in VALIDATORS.put() argument
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayout.java591 } else if (key.equals(Settings.Secure.NOTIFICATION_DISMISS_RTL)) { in NotificationStackScrollLayout()
594 }, HIGH_PRIORITY, Settings.Secure.NOTIFICATION_DISMISS_RTL); in NotificationStackScrollLayout()