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

  /cts/tests/tests/view/src/android/view/cts/
ContextThemeWrapperTest.java 24 import android.view.ContextThemeWrapper;
32 private static class MocContextThemeWrapper extends ContextThemeWrapper {
46 // new the ContextThemeWrapper instance
47 new ContextThemeWrapper();
49 // new the ContextThemeWrapper instance
50 new ContextThemeWrapper(getContext(), R.style.TextAppearance);
55 ContextThemeWrapper contextThemeWrapper = new ContextThemeWrapper(
58 contextThemeWrapper.setTheme(R.style.TextAppearance)
    [all...]
  /cts/tests/tests/content/src/android/content/res/cts/
TypedArrayTest.java 28 import android.view.ContextThemeWrapper;
154 final ContextThemeWrapper contextThemeWrapper = new ContextThemeWrapper(getContext(), 0);
155 contextThemeWrapper.setTheme(R.style.TextAppearance);
156 final TypedArray test = contextThemeWrapper.getTheme().obtainStyledAttributes(
  /packages/services/Telephony/src/com/android/phone/
PhoneUtils.java 41 import android.view.ContextThemeWrapper;
    [all...]

Completed in 2029 milliseconds