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

  /cts/tests/tests/view/src/android/view/cts/
ContextThemeWrapperTest.java 25 import android.view.ContextThemeWrapper;
32 private static class MocContextThemeWrapper extends ContextThemeWrapper {
46 new ContextThemeWrapper();
48 new ContextThemeWrapper(getContext(), R.style.TextAppearance);
50 new ContextThemeWrapper(getContext(), getContext().getTheme());
55 ContextThemeWrapper contextThemeWrapper = new ContextThemeWrapper(
58 contextThemeWrapper.setTheme(R.style.TextAppearance);
60 contextThemeWrapper.getTheme().obtainStyledAttributes(R.styleable.TextAppearance)
    [all...]
  /cts/tests/tests/content/src/android/content/res/cts/
TypedArrayTest.java 29 import android.view.ContextThemeWrapper;
196 final ContextThemeWrapper contextThemeWrapper = new ContextThemeWrapper(getContext(), 0);
197 contextThemeWrapper.setTheme(R.style.TextAppearance);
198 final TypedArray test = contextThemeWrapper.getTheme().obtainStyledAttributes(
  /packages/services/Telephony/src/com/android/phone/
PhoneUtils.java 44 import android.view.ContextThemeWrapper;
    [all...]
  /frameworks/base/core/java/android/app/
ActivityThread.java 97 import android.view.ContextThemeWrapper;
    [all...]

Completed in 90 milliseconds