Searched defs:ListPreference (Results 1 - 3 of 3) sorted by relevance

/packages/apps/Camera/src/com/android/camera/
H A DListPreference.java33 public class ListPreference extends CameraPreference { class in inherits:CameraPreference
34 private static final String TAG = "ListPreference";
43 public ListPreference(Context context, AttributeSet attrs) { method in class:ListPreference
47 attrs, R.styleable.ListPreference, 0, 0);
/packages/apps/Camera2/src/com/android/camera/
H A DListPreference.java37 public class ListPreference extends CameraPreference { class in inherits:CameraPreference
38 private static final String TAG = "ListPreference";
48 public ListPreference(Context context, AttributeSet attrs) { method in class:ListPreference
52 attrs, R.styleable.ListPreference, 0, 0);
/packages/apps/LegacyCamera/src/com/android/camera/
H A DListPreference.java33 public class ListPreference extends CameraPreference { class in inherits:CameraPreference
34 private final String TAG = "ListPreference";
43 public ListPreference(Context context, AttributeSet attrs) { method in class:ListPreference
47 attrs, R.styleable.ListPreference, 0, 0);

Completed in 557 milliseconds