Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/settings/
DNotificationDotsPreference.java44 public class NotificationDotsPreference extends Preference class
52 public NotificationDotsPreference( in NotificationDotsPreference() method in NotificationDotsPreference
57 public NotificationDotsPreference(Context context, AttributeSet attrs, int defStyleAttr) { in NotificationDotsPreference() method in NotificationDotsPreference
61 public NotificationDotsPreference(Context context, AttributeSet attrs) { in NotificationDotsPreference() method in NotificationDotsPreference
65 public NotificationDotsPreference(Context context) { in NotificationDotsPreference() method in NotificationDotsPreference
DSettingsActivity.java182 getActivity(), (NotificationDotsPreference) preference); in initPreference()