HomeSort by relevance Sort by last modified time
    Searched refs:themedContext (Results 1 - 2 of 2) sorted by null

  /cts/tests/tests/view/src/android/view/cts/
LayoutInflaterTest.java 407 final Context themedContext = new ContextThemeWrapper(mContext, R.style.Test_Theme);
408 final LayoutInflater inflater = LayoutInflater.from(themedContext);
  /cts/tests/app/src/android/app/cts/
AlertDialog_BuilderTest.java 120 final Context themedContext = mBuilder.getContext();
122 TypedArray ta = themedContext.obtainStyledAttributes(attrs);

Completed in 118 milliseconds