Home | History | Annotate | Download | only in widget

Lines Matching full:spinneradapter

370     public void setAdapter(SpinnerAdapter adapter) {
644 int measureContentWidth(SpinnerAdapter adapter, Drawable background) {
692 private static class DropDownAdapter implements ListAdapter, SpinnerAdapter {
693 private SpinnerAdapter mAdapter;
701 public DropDownAdapter(SpinnerAdapter adapter) {
746 * If the wrapped SpinnerAdapter is also a ListAdapter, delegate this call.
759 * If the wrapped SpinnerAdapter is also a ListAdapter, delegate this call.
949 (SpinnerAdapter) mAdapter, getBackground());