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