List of usage examples for android.preference PreferenceFragment subclass-usage
From source file com.geecko.QuickLyric.fragment.SettingsFragment.java
public class SettingsFragment extends PreferenceFragment implements Preference.OnPreferenceClickListener, Preference.OnPreferenceChangeListener, TimePickerDialog.OnTimeSetListener { private static final String NIGHT_START_TIME_DIALOG_TAG = "StartPickerDialog"; private static final String NIGHT_END_TIME_DIALOG_TAG = "EndPickerDialog";
From source file com.android.inputmethod.latin.settings.CustomInputStyleSettingsFragment.java
public final class CustomInputStyleSettingsFragment extends PreferenceFragment implements CustomInputStylePreference.Listener { private static final String TAG = CustomInputStyleSettingsFragment.class.getSimpleName(); // Note: We would like to turn this debug flag true in order to see what input styles are // defined in a bug-report. private static final boolean DEBUG_CUSTOM_INPUT_STYLES = true;
From source file com.phonemetra.turbo.keyboard.latin.settings.CustomInputStyleSettingsFragment.java
public final class CustomInputStyleSettingsFragment extends PreferenceFragment implements CustomInputStylePreference.Listener { private static final String TAG = CustomInputStyleSettingsFragment.class.getSimpleName(); // Note: We would like to turn this debug flag true in order to see what input styles are // defined in a bug-report. private static final boolean DEBUG_CUSTOM_INPUT_STYLES = true;
From source file com.ruesga.android.wallpapers.photophase.preferences.DispositionFragment.java
/** * An abstract fragment class that allow to choose the layout disposition of the wallpaper. */ public abstract class DispositionFragment extends PreferenceFragment implements OnFrameSelectedListener, OnPageChangeListener {
From source file org.tvheadend.tvhclient.fragments.SettingsProfileFragment.java
public class SettingsProfileFragment extends PreferenceFragment implements HTSListener { @SuppressWarnings("unused") private final static String TAG = SettingsProfileFragment.class.getSimpleName(); private Activity activity;
From source file net.naonedbus.fragment.impl.SettingsFragment.java
@TargetApi(Build.VERSION_CODES.HONEYCOMB) public class SettingsFragment extends PreferenceFragment { private ListPreference mNavigationHome; private ListPreference mCalendrierDefaut; private Preference mClearCachePlan;
From source file com.igniva.filemanager.fragments.preference_fragments.Preffrag.java
public class Preffrag extends PreferenceFragment { private static final CharSequence PREFERENCE_KEY_ABOUT = "about"; int theme; SharedPreferences sharedPref;
From source file universum.studios.android.setting.SettingsBaseFragment.java
/**
* A {@link PreferenceFragment} implementation which inflates its layout from a style specified in
* the current theme.
*
* <h3>Theme style attribute</h3>
* {@link R.attr#uiSettingsFragmentStyle uiSettingsFragmentStyle}
From source file net.sf.sprockets.app.ui.SprocketsPreferenceFragment.java
/**
* Sets preference values as their summary for {@link EditTextPreference},
* {@link MultiSelectListPreference}, {@link RingtonePreference}, and {@link Preference}. This can
* already be accomplished for {@link ListPreference} by including {@code %s} in its
* {@link ListPreference#setSummary(CharSequence) summary}. Also
* {@link BackupManager#dataChanged() requests a backup} when a preference value changes.
From source file org.opendatakit.services.preferences.fragments.ServerSettingsFragment.java
public class ServerSettingsFragment extends PreferenceFragment implements OnPreferenceChangeListener { private static final String t = "ServerSettingsFragment"; private EditTextPreference mServerUrlPreference; private ListPreference mSignOnCredentialPreference;