HomeSort by relevance Sort by last modified time
    Searched defs:getTheme (Results 1 - 25 of 131) sorted by null

1 2 3 4 5 6

  /frameworks/base/core/java/android/view/animation/
AccelerateInterpolator.java 59 this(context.getResources(), context.getTheme(), attrs);
AnticipateInterpolator.java 51 this(context.getResources(), context.getTheme(), attrs);
AnticipateOvershootInterpolator.java 67 this(context.getResources(), context.getTheme(), attrs);
CycleInterpolator.java 42 this(context.getResources(), context.getTheme(), attrs);
DecelerateInterpolator.java 52 this(context.getResources(), context.getTheme(), attrs);
OvershootInterpolator.java 52 this(context.getResources(), context.getTheme(), attrs);
PathInterpolator.java 89 this(context.getResources(), context.getTheme(), attrs);
  /frameworks/base/core/java/android/view/
ContextThemeWrapper.java 94 @Override public Resources.Theme getTheme() {
117 * Called by {@link #setTheme} and {@link #getTheme} to apply a theme
135 Resources.Theme theme = getBaseContext().getTheme();
  /frameworks/base/core/tests/coretests/src/android/widget/
ListViewTest.java 101 public Resources.Theme getTheme() {
102 return getInstrumentation().getTargetContext().getTheme();
  /cts/tests/tests/view/src/android/view/cts/
ContextThemeWrapperTest.java 60 contextThemeWrapper.getTheme().obtainStyledAttributes(R.styleable.TextAppearance);
71 contextThemeWrapper.getTheme();
110 expected.setTo(getContext().getTheme());
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowContext.java 60 abstract public Resources.Theme getTheme();
65 return getTheme().obtainStyledAttributes(attrs);
71 return getTheme().obtainStyledAttributes(resid, attrs);
77 return getTheme().obtainStyledAttributes(set, attrs, 0, 0);
83 return getTheme().obtainStyledAttributes(
ShadowContextWrapper.java 52 public Resources.Theme getTheme() {
  /packages/apps/Email/tests/src/com/android/email/
DBTestHelper.java 201 public Theme getTheme() {
202 return mRealContext.getTheme();
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
ThemeMenuAction.java 96 String currentTheme = configuration.getTheme();
188 String theme = attributes.getTheme();
203 if (info.getTheme() != null) {
205 allThemes.add(info.getTheme());
210 String current = configuration.getTheme();
282 String current = mConfigChooser.getConfiguration().getTheme();
289 return theme.equals(mConfigChooser.getConfiguration().getTheme());
ConfigurationChooser.java 439 String theme = mConfiguration.getTheme();
623 selectTheme(configuration.getTheme());
641 selectTheme(configuration.getTheme());
654 if (!equal(oldConfiguration.getTheme(), mConfiguration.getTheme())) {
    [all...]
NestedConfiguration.java 163 public String getTheme() {
166 return mParent.getTheme();
Configuration.java 249 copy.mTheme = original.getTheme();
327 public String getTheme() {
354 * The returned value is meaningless if {@link #getTheme()} returns
360 String theme = getTheme();
643 String theme = getTheme();
704 if (getTheme() == null) {
712 preferred = attributes.getTheme();
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/manifest/
ManifestInfoTest.java 117 assertNull(map.get("com.android.unittest.prefs.PrefsActivity").getTheme());
119 map.get("com.android.unittest.app.IntroActivity").getTheme());
152 assertNull(map.get("com.android.unittest.prefs.PrefsActivity").getTheme());
154 map.get("com.android.unittest.app.IntroActivity").getTheme());
  /frameworks/base/core/java/android/app/
DialogFragment.java 301 public int getTheme() {
440 return new Dialog(getActivity(), getTheme());
  /frameworks/base/test-runner/src/android/test/mock/
MockContext.java 95 public Resources.Theme getTheme() {
  /frameworks/support/v4/java/android/support/v4/app/
DialogFragment.java 210 public int getTheme() {
350 return new Dialog(getActivity(), getTheme());
  /frameworks/base/core/java/android/content/
ContextWrapper.java 120 public Resources.Theme getTheme() {
121 return mBase.getTheme();
Context.java 402 return getResources().getDrawable(id, getTheme());
425 public abstract Resources.Theme getTheme();
436 return getTheme().obtainStyledAttributes(attrs);
448 return getTheme().obtainStyledAttributes(resid, attrs);
460 return getTheme().obtainStyledAttributes(set, attrs, 0, 0);
472 return getTheme().obtainStyledAttributes(
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/
ManifestInfo.java 214 public String getTheme() {
    [all...]
  /cts/tests/tests/app/src/android/app/cts/
DialogTest.java 100 d.getContext().getTheme().obtainStyledAttributes(R.styleable.TextAppearance);
104 ta = w.getContext().getTheme().obtainStyledAttributes(R.styleable.TextAppearance);
126 expected.setTo(mContext.getTheme());
    [all...]

Completed in 1460 milliseconds

1 2 3 4 5 6