Searched refs:themedContext (Results 1 – 5 of 5) sorted by relevance
112 Context themedContext = context; in getInflater() local122 themedContext = new ContextThemeWrapper(context, styleId); in getInflater()125 return LayoutInflater.from(themedContext); in getInflater()
472 public DrawerArrowDrawableToggle(Activity activity, Context themedContext) { in DrawerArrowDrawableToggle() argument473 super(themedContext); in DrawerArrowDrawableToggle()
386 Context themedContext; in createSubDecor() local388 themedContext = new ContextThemeWrapper(mContext, outValue.resourceId); in createSubDecor()390 themedContext = mContext; in createSubDecor()394 subDecor = (ViewGroup) LayoutInflater.from(themedContext) in createSubDecor()
257 final Context themedContext = new ContextThemeWrapper(inflater.getContext(), theme); in onCreateView() local258 final LayoutInflater themedInflater = inflater.cloneInContext(themedContext); in onCreateView()
271 final Context themedContext = new ContextThemeWrapper(inflater.getContext(), theme); in onCreateView() local272 final LayoutInflater themedInflater = inflater.cloneInContext(themedContext); in onCreateView()