Home
last modified time | relevance | path

Searched refs:ListPreference (Results 1 – 25 of 31) sorted by relevance

12

/frameworks/support/v14/preference/src/android/support/v14/preference/
DListPreferenceDialogFragment.java23 import android.support.v7.preference.ListPreference;
48 final ListPreference preference = getListPreference(); in onCreate()
73 private ListPreference getListPreference() { in getListPreference()
74 return (ListPreference) getPreference(); in getListPreference()
106 final ListPreference preference = getListPreference(); in onDialogClosed()
DPreferenceFragment.java36 import android.support.v7.preference.ListPreference;
644 } else if (preference instanceof ListPreference) { in onDisplayPreferenceDialog()
/frameworks/base/core/java/android/preference/
DListPreference.java39 public class ListPreference extends DialogPreference { class
47 public ListPreference(Context context, AttributeSet attrs, int defStyleAttr, int defStyleRes) { in ListPreference() method in ListPreference
51 attrs, com.android.internal.R.styleable.ListPreference, defStyleAttr, defStyleRes); in ListPreference()
65 public ListPreference(Context context, AttributeSet attrs, int defStyleAttr) { in ListPreference() method in ListPreference
69 public ListPreference(Context context, AttributeSet attrs) { in ListPreference() method in ListPreference
73 public ListPreference(Context context) { in ListPreference() method in ListPreference
263 ListPreference.this.onClick(dialog, DialogInterface.BUTTON_POSITIVE); in onPrepareDialogBuilder()
DMultiCheckPreference.java50 attrs, com.android.internal.R.styleable.ListPreference, defStyleAttr, defStyleRes); in MultiCheckPreference()
/frameworks/base/core/tests/coretests/src/android/preference/
DListPreferenceTest.java19 import android.preference.ListPreference;
26 ListPreference lp = new ListPreference(getContext()); in testListPreferenceSummaryFromEntries()
/frameworks/support/v7/preference/src/android/support/v7/preference/
DListPreference.java39 public class ListPreference extends DialogPreference { class
46 public ListPreference(Context context, AttributeSet attrs, int defStyleAttr, int defStyleRes) { in ListPreference() method in ListPreference
50 attrs, R.styleable.ListPreference, defStyleAttr, defStyleRes); in ListPreference()
72 public ListPreference(Context context, AttributeSet attrs, int defStyleAttr) { in ListPreference() method in ListPreference
76 public ListPreference(Context context, AttributeSet attrs) { in ListPreference() method in ListPreference
81 public ListPreference(Context context) { in ListPreference() method in ListPreference
DListPreferenceDialogFragmentCompat.java50 final ListPreference preference = getListPreference(); in onCreate()
91 private ListPreference getListPreference() { in getListPreference()
92 return (ListPreference) getPreference(); in getListPreference()
124 final ListPreference preference = getListPreference(); in onDialogClosed()
DDropDownPreference.java32 public class DropDownPreference extends ListPreference {
DPreferenceFragmentCompat.java629 } else if (preference instanceof ListPreference) { in onDisplayPreferenceDialog()
/frameworks/support/v17/preference-leanback/src/android/support/v17/preference/
DLeanbackListPreferenceDialogFragment.java25 import android.support.v7.preference.ListPreference;
66 if (!(preference instanceof ListPreference) && in onCreate()
111 } else if (preference instanceof ListPreference) { in onCreateAdapter()
112 final ListPreference pref = (ListPreference) preference; in onCreateAdapter()
162 final ListPreference preference = (ListPreference) getPreference(); in onItemClick()
DLeanbackSettingsFragment.java27 import android.support.v7.preference.ListPreference;
83 if (pref instanceof ListPreference) { in onPreferenceDisplayDialog()
84 final ListPreference listPreference = (ListPreference) pref; in onPreferenceDisplayDialog()
/frameworks/support/v7/preference/api/
Dcurrent.txt38 public class DropDownPreference extends android.support.v7.preference.ListPreference {
61 public class ListPreference extends android.support.v7.preference.DialogPreference {
62 ctor public ListPreference(android.content.Context, android.util.AttributeSet, int, int);
63 ctor public ListPreference(android.content.Context, android.util.AttributeSet, int);
64 ctor public ListPreference(android.content.Context, android.util.AttributeSet);
65 ctor public ListPreference(android.content.Context);
D23.0.0.txt54 public class ListPreference extends android.support.v7.preference.DialogPreference {
55 ctor public ListPreference(android.content.Context, android.util.AttributeSet, int, int);
56 ctor public ListPreference(android.content.Context, android.util.AttributeSet, int);
57 ctor public ListPreference(android.content.Context, android.util.AttributeSet);
58 ctor public ListPreference(android.content.Context);
D23.1.1.txt53 public class ListPreference extends android.support.v7.preference.DialogPreference {
54 ctor public ListPreference(android.content.Context, android.util.AttributeSet, int, int);
55 ctor public ListPreference(android.content.Context, android.util.AttributeSet, int);
56 ctor public ListPreference(android.content.Context, android.util.AttributeSet);
57 ctor public ListPreference(android.content.Context);
D23.1.0.txt53 public class ListPreference extends android.support.v7.preference.DialogPreference {
54 ctor public ListPreference(android.content.Context, android.util.AttributeSet, int, int);
55 ctor public ListPreference(android.content.Context, android.util.AttributeSet, int);
56 ctor public ListPreference(android.content.Context, android.util.AttributeSet);
57 ctor public ListPreference(android.content.Context);
/frameworks/base/docs/html-intl/intl/ru/guide/topics/ui/
Dsettings.jd101 android.preference.ListPreference} создает элемент, который открывает диалоговое окно со списком ва…
157 <dt>{@link android.preference.ListPreference}</dt>
211 &lt;ListPreference
223 android.preference.ListPreference}. Оба содержат следующие три атрибута:</p>
332 &lt;ListPreference
505 &lt;ListPreference
832 android.preference.ListPreference} или другую настройку с несколькими вариантами выбора, при измене…
837 сводку для {@link android.preference.ListPreference} при каждом изменении предпочтения пользователе…
/frameworks/base/docs/html-intl/intl/zh-cn/guide/topics/ui/
Dsettings.jd101 android.preference.ListPreference} 可创建一个项目用于打开包含选择列表的对话框。</p>
157 <dt>{@link android.preference.ListPreference}</dt>
211 &lt;ListPreference
223 android.preference.ListPreference}。这两项均包括以下三个属性:</p>
332 &lt;ListPreference
505 &lt;ListPreference
832 android.preference.ListPreference} 或其他多选设置时,则当设置更改为显示当前状态(例如,图
837 {@link android.preference.ListPreference}
/frameworks/base/docs/html-intl/intl/zh-tw/guide/topics/ui/
Dsettings.jd101 android.preference.ListPreference} 可以建立開啟對話方塊 (其中包含選擇清單) 的項目。</p>
157 <dt>{@link android.preference.ListPreference}</dt>
211 &lt;ListPreference
223 android.preference.ListPreference}。這兩個項目都包含下列三個屬性:</p>
332 &lt;ListPreference
505 &lt;ListPreference
832 android.preference.ListPreference} 或其他多選擇設定時,如果設定變更為顯示目前狀態 (如圖 5 顯示的休眠設定),您應該呼叫 {@link
836 …ings.html">設定</a>的說明所述,我們建議您在每次使用者變更偏好設定時更新 {@link android.preference.ListPreference} 的摘要,以描述目前的設定。
/frameworks/base/docs/html-intl/intl/ja/guide/topics/ui/
Dsettings.jd99 …ckBoxPreference} はチェックボックスを表示するリストアイテムを作成し、{@link android.preference.ListPreference} は、選択リスト付きのダイア…
157 <dt>{@link android.preference.ListPreference}</dt>
211 &lt;ListPreference
222 <p>この例には、{@link android.preference.CheckBoxPreference} と {@link android.preference.ListPreference} …
332 &lt;ListPreference
505 &lt;ListPreference
831 つまり、その設定が {@link android.preference.ListPreference} またはその他の複数選択可の設定の場合、設定が変更されたときに {@link android.p…
836 …tings</a> に説明されているように、ユーザーがプリファレンスを変更するごとに、{@link android.preference.ListPreference} の概要を更新して最新の設定…
/frameworks/base/docs/html-intl/intl/ko/guide/topics/ui/
Dsettings.jd101 android.preference.ListPreference}는 선택 목록이 있는 대화를 여는 항목을 만듭니다.</p>
157 <dt>{@link android.preference.ListPreference}</dt>
211 &lt;ListPreference
223 android.preference.ListPreference}가 하나씩 있습니다. 두 항목 모두 다음과 같은 세 가지 속성을 포함하고 있습니다.</p>
332 &lt;ListPreference
505 &lt;ListPreference
832 android.preference.ListPreference} 또는 다른 다중 선택 설정인 경우, 설정이 변경되어 현재 상태를 표시하도록 하면 {@link
837 {@link android.preference.ListPreference}의 요약을 업데이트하는 것을 권장합니다. 이렇게 하여 현재 설정을
/frameworks/base/docs/html-intl/intl/in/guide/topics/ui/
Dsettings.jd101 android.preference.ListPreference} membuat item yang membuka dialog berisi daftar pilihan.</p>
157 <dt>{@link android.preference.ListPreference}</dt>
211 &lt;ListPreference
223 android.preference.ListPreference}. Kedua item tersebut menyertakan tiga atribut berikut:</p>
332 &lt;ListPreference
505 &lt;ListPreference
832 android.preference.ListPreference} atau pengaturan multipilihan, Anda harus memanggil {@link
837 rangkuman {@link android.preference.ListPreference} setiap kali pengguna mengubah preferensi untuk
/frameworks/base/docs/html/guide/topics/ui/
Dsettings.jd103 android.preference.ListPreference} creates an item that opens a dialog with a list of choices.</p>
160 <dt>{@link android.preference.ListPreference}</dt>
215 &lt;ListPreference
227 android.preference.ListPreference}. Both items include the following three attributes:</p>
338 &lt;ListPreference
511 &lt;ListPreference
838 android.preference.ListPreference} or other multiple choice setting, you should call {@link
844 summary for a {@link android.preference.ListPreference} each time the user changes the preference in
/frameworks/base/docs/html-intl/intl/pt-br/guide/topics/ui/
Dsettings.jd101 android.preference.ListPreference} cria um item que abre uma caixa de diálogo com uma lista de opçõ…
157 <dt>{@link android.preference.ListPreference}</dt>
211 &lt;ListPreference
223 android.preference.ListPreference}. Os dois itens contêm estes três atributos:</p>
332 &lt;ListPreference
505 &lt;ListPreference
832 android.preference.ListPreference} ou outra configuração de múltipla escolha, deve-se chamar {@link
837 o sumário de {@link android.preference.ListPreference} a cada vez que o usuário alterar a preferênc…
/frameworks/base/docs/html-intl/intl/vi/guide/topics/ui/
Dsettings.jd101 android.preference.ListPreference} tạo một mục mở ra một hộp thoại với danh sách lựa chọn.</p>
157 <dt>{@link android.preference.ListPreference}</dt>
211 &lt;ListPreference
223 android.preference.ListPreference}. Cả hai mục đều bao gồm ba thuộc tính sau:</p>
332 &lt;ListPreference
505 &lt;ListPreference
832 android.preference.ListPreference} hoặc thiết đặt nhiều lựa chọn khác, bạn nên gọi {@link
837 tóm tắt cho {@link android.preference.ListPreference} mỗi khi người dùng thay đổi tùy chọn để
/frameworks/base/docs/html/topic/libraries/support-library/
Dfeatures.jd375 {@link android.support.v7.preference.ListPreference}, for
382 {@link android.support.v7.preference.ListPreference}. </p>

12