HomeSort by relevance Sort by last modified time
    Searched defs:mDropDownInflater (Results 1 - 5 of 5) sorted by null

  /frameworks/base/core/java/android/widget/
ResourceCursorAdapter.java 38 private LayoutInflater mDropDownInflater;
58 mDropDownInflater = mInflater;
81 mDropDownInflater = mInflater;
99 mDropDownInflater = mInflater;
118 mDropDownInflater = null;
120 mDropDownInflater = mInflater;
123 mDropDownInflater = LayoutInflater.from(context);
140 return mDropDownInflater.inflate(mDropDownLayout, parent, false);
SimpleAdapter.java 67 private LayoutInflater mDropDownInflater;
162 mDropDownInflater = null;
164 mDropDownInflater = mInflater;
167 mDropDownInflater = LayoutInflater.from(context);
173 return mDropDownInflater == null ? null : mDropDownInflater.getContext().getTheme();
178 final LayoutInflater inflater = mDropDownInflater == null ? mInflater : mDropDownInflater;
ArrayAdapter.java 104 private LayoutInflater mDropDownInflater;
439 mDropDownInflater = null;
441 mDropDownInflater = mInflater;
444 mDropDownInflater = LayoutInflater.from(context);
450 return mDropDownInflater == null ? null : mDropDownInflater.getContext().getTheme();
456 final LayoutInflater inflater = mDropDownInflater == null ? mInflater : mDropDownInflater;
  /frameworks/support/v7/appcompat/src/android/support/v7/widget/
ThemedSpinnerAdapter.java 108 private LayoutInflater mDropDownInflater;
124 mDropDownInflater = null;
126 mDropDownInflater = mInflater;
129 mDropDownInflater = LayoutInflater.from(context);
139 return mDropDownInflater == null ? null : mDropDownInflater.getContext().getTheme();
151 return mDropDownInflater != null ? mDropDownInflater : mInflater;
  /prebuilts/sdk/current/support/v7/appcompat/libs/
android-support-v7-appcompat.jar 

Completed in 116 milliseconds