Home | History | Annotate | Download | only in preference

Lines Matching refs:Adapter

28 import android.widget.Adapter;
34 * An adapter that returns the {@link Preference} contained in this group.
35 * In most cases, this adapter should be the base class for any custom
38 * This adapter obeys the
39 * {@link Preference}'s adapter rule (the
40 * {@link Adapter#getView(int, View, ViewGroup)} should be used instead of
42 * adapter via {@link Preference#getAdapter()}).
44 * This adapter also propagates data change/invalidated notifications upward.
46 * This adapter does not include this {@link PreferenceGroup} in the returned
47 * adapter, use {@link PreferenceCategoryAdapter} instead.
64 * Maps a position into this adapter -> {@link Preference}. These
72 * out how many types of views this adapter can return. Once the count is
74 * count once--when the adapter is being set). We will not recycle views for