Searched refs:mDropDownContext (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/java/android/widget/
H A DCursorAdapter.java66 protected Context mDropDownContext; field in class:CursorAdapter
209 mDropDownContext = null;
211 mDropDownContext = mContext;
213 mDropDownContext = new ContextThemeWrapper(mContext, theme);
219 return mDropDownContext == null ? null : mDropDownContext.getTheme();
296 final Context context = mDropDownContext == null ? mContext : mDropDownContext;
H A DSuggestionsAdapter.java518 final Context context = mDropDownContext == null ? mContext : mDropDownContext;
/frameworks/base/core/java/com/android/internal/widget/
H A DScrollingTabContainerView.java484 private Context mDropDownContext; field in class:ScrollingTabContainerView.TabAdapter
491 mDropDownContext = context;
522 convertView = createTabView(mDropDownContext,

Completed in 1004 milliseconds