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

1 2 3 4 5 6 7 8 91011>>

  /packages/apps/Settings/src/com/android/settings/
SetupWizardUtils.java 25 public static int getTheme(Intent intent) {
  /frameworks/support/v7/appcompat/src/android/support/v7/widget/
TintContextWrapper.java 98 mTheme.setTo(base.getTheme());
106 public Resources.Theme getTheme() {
107 return mTheme == null ? super.getTheme() : mTheme;
  /frameworks/base/core/java/android/content/res/
CompatResources.java 46 return getDrawable(id, getTheme());
52 return getDrawableForDensity(id, density, getTheme());
57 return getColor(id, getTheme());
62 return getColorStateList(id, getTheme());
65 private Theme getTheme() {
67 return c != null ? c.getTheme() : null;
  /frameworks/base/core/java/android/view/animation/
AnticipateInterpolator.java 51 this(context.getResources(), context.getTheme(), attrs);
CycleInterpolator.java 42 this(context.getResources(), context.getTheme(), attrs);
OvershootInterpolator.java 52 this(context.getResources(), context.getTheme(), attrs);
AccelerateInterpolator.java 59 this(context.getResources(), context.getTheme(), attrs);
AnticipateOvershootInterpolator.java 68 this(context.getResources(), context.getTheme(), attrs);
DecelerateInterpolator.java 52 this(context.getResources(), context.getTheme(), attrs);
PathInterpolator.java 93 this(context.getResources(), context.getTheme(), attrs);
  /packages/apps/TV/src/com/android/tv/dvr/ui/
DvrStopSeriesRecordingDialogFragment.java 45 public int getTheme() {
HalfSizedDialogFragment.java 84 public int getTheme() {
  /frameworks/support/samples/SupportLeanbackDemos/src/com/example/android/leanback/
ErrorFragment.java 34 R.drawable.lb_ic_sad_cloud, context.getTheme()));
ErrorSupportFragment.java 37 R.drawable.lb_ic_sad_cloud, context.getTheme()));
StringPresenter.java 34 context.getTheme()));
VerticalGridFragment.java 56 R.drawable.ic_title, context.getTheme()));
VerticalGridSupportFragment.java 59 R.drawable.ic_title, context.getTheme()));
  /frameworks/base/core/java/android/view/
ContextThemeWrapper.java 151 public Resources.Theme getTheme() {
175 * Called by {@link #setTheme} and {@link #getTheme} to apply a theme
193 final Resources.Theme theme = getBaseContext().getTheme();
  /frameworks/support/v7/appcompat/src/android/support/v7/view/
ContextThemeWrapper.java 152 public Resources.Theme getTheme() {
177 * Called by {@link #setTheme} and {@link #getTheme} to apply a theme
195 Resources.Theme theme = getBaseContext().getTheme();
  /cts/tests/tests/view/src/android/view/cts/
ContextThemeWrapperTest.java 69 new ContextThemeWrapper(mContext, mContext.getTheme());
79 contextThemeWrapper.getTheme().obtainStyledAttributes(R.styleable.TextAppearance);
91 contextThemeWrapper.getTheme();
148 expected.setTo(mContext.getTheme());
  /frameworks/base/core/tests/coretests/src/android/widget/
ListViewTest.java 103 public Resources.Theme getTheme() {
104 return getInstrumentation().getTargetContext().getTheme();
  /frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/items/
ButtonItem.java 88 public int getTheme() {
  /packages/apps/Settings/src/com/android/settings/display/
ThemePreferenceController.java 103 String current = getTheme();
124 private String getTheme() {
149 return getTheme();
  /external/robolectric/v1/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() {

Completed in 6033 milliseconds

1 2 3 4 5 6 7 8 91011>>