Home
last modified time | relevance | path

Searched refs:themedContext (Results 1 – 2 of 2) sorted by relevance

/cts/tests/tests/view/src/android/view/cts/
DLayoutInflaterTest.java407 final Context themedContext = new ContextThemeWrapper(mContext, R.style.Test_Theme); in testInclude() local
408 final LayoutInflater inflater = LayoutInflater.from(themedContext); in testInclude()
/cts/tests/app/src/android/app/cts/
DAlertDialog_BuilderTest.java120 final Context themedContext = mBuilder.getContext(); in testConstructorWithThemeId() local
122 TypedArray ta = themedContext.obtainStyledAttributes(attrs); in testConstructorWithThemeId()