Searched defs:ListPreference (Results 1 - 2 of 2) 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/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 172 milliseconds