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

1 2 3 4 5 6 7 8 91011>>

  /frameworks/support/v7/appcompat/src/android/support/v7/widget/
TintContextWrapper.java 88 mTheme.setTo(base.getTheme());
95 public Resources.Theme getTheme() {
96 return mTheme == null ? super.getTheme() : mTheme;
  /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 89 this(context.getResources(), context.getTheme(), attrs);
  /packages/apps/Settings/src/com/android/settings/
SetupWizardUtils.java 36 public static int getTheme(Intent intent) {
  /packages/apps/TV/src/com/android/tv/dvr/ui/
HalfSizedDialogFragment.java 22 public int getTheme() {
  /frameworks/support/v7/appcompat/src/android/support/v7/view/
ContextThemeWrapper.java 60 public Resources.Theme getTheme() {
85 * Called by {@link #setTheme} and {@link #getTheme} to apply a theme
103 Resources.Theme theme = getBaseContext().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/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 86 public int getTheme() {
  /cts/tests/tests/view/src/android/view/cts/
ContextThemeWrapperTest.java 50 new ContextThemeWrapper(getContext(), getContext().getTheme());
60 contextThemeWrapper.getTheme().obtainStyledAttributes(R.styleable.TextAppearance);
71 contextThemeWrapper.getTheme();
126 expected.setTo(getContext().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() {
  /packages/apps/Email/tests/src/com/android/email/
DBTestHelper.java 201 public Theme getTheme() {
202 return mRealContext.getTheme();
  /external/androidplot/AndroidPlot-Core/src/test/java/com/androidplot/mock/
MockContext.java 84 public Resources.Theme getTheme() {
  /frameworks/support/v7/appcompat/src/android/support/v7/app/
AppCompatActivity.java 80 onApplyThemeResource(getTheme(), mThemeId, false);
  /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 438 String theme = mConfiguration.getTheme();
622 selectTheme(configuration.getTheme());
640 selectTheme(configuration.getTheme());
653 if (!equal(oldConfiguration.getTheme(), mConfiguration.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 310 public int getTheme() {
448 return new Dialog(getActivity(), getTheme());
  /frameworks/base/test-runner/src/android/test/mock/
MockContext.java 97 public Resources.Theme getTheme() {

Completed in 539 milliseconds

1 2 3 4 5 6 7 8 91011>>