Searched refs:themedContext (Results 1 – 2 of 2) sorted by relevance
407 final Context themedContext = new ContextThemeWrapper(mContext, R.style.Test_Theme); in testInclude() local408 final LayoutInflater inflater = LayoutInflater.from(themedContext); in testInclude()
120 final Context themedContext = mBuilder.getContext(); in testConstructorWithThemeId() local122 TypedArray ta = themedContext.obtainStyledAttributes(attrs); in testConstructorWithThemeId()