List of usage examples for android.preference EditTextPreference subclass-usage
From source file com.android.messaging.ui.appsettings.PhoneNumberPreference.java
/**
* Preference that displays a phone number and allows editing via a dialog.
* <p>
* A default number can be assigned, which is shown in the preference view and
* used to populate the dialog editor when the preference value is not set. If
* the user sets the preference to a number equivalent to the default, the
From source file github.popeen.dsub.view.CacheLocationPreference.java
public class CacheLocationPreference extends EditTextPreference { private static final String TAG = CacheLocationPreference.class.getSimpleName(); private Context context; public CacheLocationPreference(Context context, AttributeSet attrs, int defStyle) { super(context, attrs, defStyle);
From source file github.daneren2005.dsub.view.CacheLocationPreference.java
public class CacheLocationPreference extends EditTextPreference { private static final String TAG = CacheLocationPreference.class.getSimpleName(); private Context context; public CacheLocationPreference(Context context, AttributeSet attrs, int defStyle) { super(context, attrs, defStyle);
From source file com.nit.preferences.StepsPreference.java
public class StepsPreference extends EditTextPreference { private final boolean mAllowEmpty; public StepsPreference(Context context, AttributeSet attrs, int defStyle) { super(context, attrs, defStyle);
From source file com.ichi2.preferences.StepsPreference.java
public class StepsPreference extends EditTextPreference { private final boolean mAllowEmpty; public StepsPreference(Context context, AttributeSet attrs, int defStyle) { super(context, attrs, defStyle);
From source file com.hichinaschool.flashcards.preferences.StepsPreference.java
public class StepsPreference extends EditTextPreference { private final boolean mAllowEmpty; public StepsPreference(Context context, AttributeSet attrs, int defStyle) { super(context, attrs, defStyle);