List of usage examples for android.preference DialogPreference subclass-usage
From source file com.yangtsaosoftware.pebblemessenger.activities.AppListPreference.java
public class AppListPreference extends DialogPreference { private static final String CLASS_TAG = "AppListClass"; private Context _context; private ListView lvPackageInfo; private ProgressBar pbInworking;
From source file android.preference.MultiSelectDragListPreference.java
/**
* A {@link Preference} that displays a list of entries as
* a dialog.
* <p>
* This preference will store a set of strings into the SharedPreferences. This
* set will contain one or more values from the
From source file org.openbmap.activities.DialogPreferenceCatalogs.java
public class DialogPreferenceCatalogs extends DialogPreference implements ICatalogsListAdapterListener { private static String TAG = DialogPreferenceCatalogs.class.getSimpleName(); public static final String LIST_DOWNLOADS_URL = RadioBeacon.SERVER_BASE + "/downloads/catalog_downloads.json";
From source file com.dattasmoon.pebble.plugin.IgnorePreference.java
public class IgnorePreference extends DialogPreference {
JSONArrayAdapter arrayAdapter;
ListView lvIgnore;
EditText etMatch;
Button btnAdd;
CheckBox chkRawRegex;
From source file com.orpheusdroid.screenrecorder.folderpicker.FolderChooser.java
/** * Created by vijai on 01-12-2016. */ public class FolderChooser extends DialogPreference implements View.OnClickListener, DirectoryRecyclerAdapter.OnDirectoryClickedListerner, AdapterView.OnItemSelectedListener {
From source file org.openbmap.activities.DialogPreferenceMaps.java
public class DialogPreferenceMaps extends DialogPreference implements IMapsListAdapterListener { private static String TAG = DialogPreferenceMaps.class.getSimpleName(); public static final String LIST_DOWNLOADS_URL = RadioBeacon.SERVER_BASE + "/downloads/map_downloads.json"; private static SharedPreferences pref;
From source file com.ds.avare.utils.FolderPreference.java
/** * * @author zkhan * */ public class FolderPreference extends DialogPreference {