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

/frameworks/base/core/java/android/content/res/
H A DCompatResources.java46 return getDrawable(id, getTheme());
52 return getDrawableForDensity(id, density, getTheme());
57 return getColor(id, getTheme());
62 return getColorStateList(id, getTheme());
65 private Theme getTheme() { method in class:CompatResources
67 return c != null ? c.getTheme() : null;
H A DResources.java1650 public String[] getTheme() { method in class:Resources.Theme
1651 return mThemeImpl.getTheme();
1657 final String[] properties = getTheme();
H A DResourcesImpl.java1263 String[] getTheme() { method in class:ResourcesImpl.ThemeImpl
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DTintContextWrapper.java98 mTheme.setTo(base.getTheme());
106 public Resources.Theme getTheme() { method in class:TintContextWrapper
107 return mTheme == null ? super.getTheme() : mTheme;
/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.java88 public int getTheme() { method in class:ButtonItem
/frameworks/support/v7/appcompat/src/android/support/v7/view/
H A DContextThemeWrapper.java152 public Resources.Theme getTheme() { method in class:ContextThemeWrapper
177 * Called by {@link #setTheme} and {@link #getTheme} to apply a theme
195 Resources.Theme theme = getBaseContext().getTheme();
/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.java275 public Resources.Theme getTheme() { method in class:ContextImpl
/frameworks/support/fragment/java/android/support/v4/app/
H A DDialogFragment.java215 public int getTheme() { method in class:DialogFragment
361 return new Dialog(getActivity(), getTheme());
/frameworks/base/core/java/android/content/
H A DContextWrapper.java124 public Resources.Theme getTheme() { method in class:ContextWrapper
125 return mBase.getTheme();
H A DContext.java588 return getResources().getColor(id, getTheme());
605 return getResources().getDrawable(id, getTheme());
622 return getResources().getColorStateList(id, getTheme());
645 public abstract Resources.Theme getTheme(); method in class:Context
655 return getTheme().obtainStyledAttributes(attrs);
667 return getTheme().obtainStyledAttributes(resid, attrs);
679 return getTheme().obtainStyledAttributes(set, attrs, 0, 0);
692 return getTheme().obtainStyledAttributes(
/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/
H A DDpmMockContext.java568 public Resources.Theme getTheme() { method in class:DpmMockContext
569 return spiedContext.getTheme();
/frameworks/base/test-runner/src/android/test/mock/
H A DMockContext.java100 public Resources.Theme getTheme() { method in class:MockContext
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
H A DBridgeContext.java574 public Theme getTheme() { method in class:BridgeContext
/frameworks/base/core/java/android/widget/
H A DRemoteViews.java430 public Resources.Theme getTheme() { method in class:RemoteViews.RemoteViewsContextWrapper
431 return mContextForResources.getTheme();
3287 TypedArray windowStyle = context.getTheme().obtainStyledAttributes(

Completed in 5049 milliseconds