Searched defs:getTheme (Results 1 - 14 of 14) sorted by relevance

/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DTintContextWrapper.java88 mTheme.setTo(base.getTheme());
95 public Resources.Theme getTheme() { method in class:TintContextWrapper
96 return mTheme == null ? super.getTheme() : mTheme;
/frameworks/support/v7/appcompat/src/android/support/v7/view/
H A DContextThemeWrapper.java60 public Resources.Theme getTheme() { method in class:ContextThemeWrapper
85 * Called by {@link #setTheme} and {@link #getTheme} to apply a theme
103 Resources.Theme theme = getBaseContext().getTheme();
/frameworks/base/core/tests/coretests/src/android/widget/
H A DListViewTest.java103 public Resources.Theme getTheme() { method in class:ListViewTest.MockContext2
104 return getInstrumentation().getTargetContext().getTheme();
/frameworks/base/core/java/android/view/
H A DContextThemeWrapper.java151 public Resources.Theme getTheme() { method in class:ContextThemeWrapper
175 * Called by {@link #setTheme} and {@link #getTheme} to apply a theme
193 final Resources.Theme theme = getBaseContext().getTheme();
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/items/
H A DButtonItem.java86 public int getTheme() { method in class:ButtonItem
/frameworks/base/core/java/android/app/
H A DDialogFragment.java310 public int getTheme() { method in class:DialogFragment
448 return new Dialog(getActivity(), getTheme());
H A DContextImpl.java264 public Resources.Theme getTheme() { method in class:ContextImpl
/frameworks/support/v4/java/android/support/v4/app/
H A DDialogFragment.java211 public int getTheme() { method in class:DialogFragment
357 return new Dialog(getActivity(), getTheme());
/frameworks/base/core/java/android/content/res/
H A DResources.java1617 public String[] getTheme() { method in class:Resources.Theme
1618 return mThemeImpl.getTheme();
1624 final String[] properties = getTheme();
H A DResourcesImpl.java1173 String[] getTheme() { method in class:ResourcesImpl.ThemeImpl
/frameworks/base/test-runner/src/android/test/mock/
H A DMockContext.java97 public Resources.Theme getTheme() { method in class:MockContext
/frameworks/base/core/java/android/content/
H A DContextWrapper.java121 public Resources.Theme getTheme() { method in class:ContextWrapper
122 return mBase.getTheme();
H A DContext.java508 return getResources().getColor(id, getTheme());
525 return getResources().getDrawable(id, getTheme());
542 return getResources().getColorStateList(id, getTheme());
565 public abstract Resources.Theme getTheme(); method in class:Context
575 return getTheme().obtainStyledAttributes(attrs);
587 return getTheme().obtainStyledAttributes(resid, attrs);
599 return getTheme().obtainStyledAttributes(set, attrs, 0, 0);
612 return getTheme().obtainStyledAttributes(
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
H A DBridgeContext.java501 public Theme getTheme() { method in class:BridgeContext

Completed in 356 milliseconds