Home | History | Annotate | Download | only in preference

Lines Matching refs:Adapter

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