Home | History | Annotate | Download | only in widget

Lines Matching full:view

19 import android.view.View;
20 import android.view.ViewGroup;
30 * <p>Get a {@link android.view.View} that displays in the drop down popup
33 * @param position index of the item whose view we want.
34 * @param convertView the old view to reuse, if possible. Note: You should
35 * check that this view is non-null and of an appropriate type before
36 * using. If it is not possible to convert this view to display the
37 * correct data, this method can create a new view.
38 * @param parent the parent that this view will eventually be attached to
39 * @return a {@link android.view.View} corresponding to the data at the
42 public View getDropDownView(int position, View convertView, ViewGroup parent);