Home
last modified time | relevance | path

Searched refs:mDropDownContext (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/core/java/android/widget/
H A DCursorAdapter.java70 protected Context mDropDownContext; field in CursorAdapter
216 mDropDownContext = null; in setDropDownViewTheme()
218 mDropDownContext = mContext; in setDropDownViewTheme()
220 mDropDownContext = new ContextThemeWrapper(mContext, theme); in setDropDownViewTheme()
226 return mDropDownContext == null ? null : mDropDownContext.getTheme(); in getDropDownViewTheme()
303 final Context context = mDropDownContext == null ? mContext : mDropDownContext; in getDropDownView()
H A DSuggestionsAdapter.java518 final Context context = mDropDownContext == null ? mContext : mDropDownContext; in getDropDownView()
/aosp14/frameworks/base/core/java/com/android/internal/widget/
H A DScrollingTabContainerView.java496 private Context mDropDownContext; field in ScrollingTabContainerView.TabAdapter
503 mDropDownContext = context; in setDropDownViewContext()
534 convertView = createTabView(mDropDownContext, in getDropDownView()
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt66559 Landroid/widget/CursorAdapter;->mDropDownContext:Landroid/content/Context;
86611 Lcom/android/internal/widget/ScrollingTabContainerView$TabAdapter;->mDropDownContext:Landroid/conte…