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

1 2

  /frameworks/base/core/java/android/service/wallpaper/
WallpaperSettingsActivity.java 40 Resources.Theme theme = getTheme();
  /frameworks/base/core/java/android/view/
ContextThemeWrapper.java 53 @Override public Resources.Theme getTheme() {
77 * Called by {@link #setTheme} and {@link #getTheme} to apply a theme
95 Resources.Theme theme = mBase.getTheme();
  /frameworks/base/core/java/android/content/
Context.java 212 public abstract Resources.Theme getTheme();
223 return getTheme().obtainStyledAttributes(attrs);
235 return getTheme().obtainStyledAttributes(resid, attrs);
247 return getTheme().obtainStyledAttributes(set, attrs, 0, 0);
259 return getTheme().obtainStyledAttributes(
    [all...]
ContextWrapper.java 109 public Resources.Theme getTheme() {
110 return mBase.getTheme();
  /frameworks/base/core/tests/coretests/src/android/widget/
ListViewTest.java 101 public Resources.Theme getTheme() {
102 return getInstrumentation().getTargetContext().getTheme();
  /packages/apps/Settings/src/com/android/settings/bluetooth/
BluetoothDevicePreference.java 49 context.getTheme().resolveAttribute(android.R.attr.disabledAlpha, outValue, true);
  /cts/tests/tests/view/src/android/view/cts/
ContextThemeWrapperTest.java 83 notes = "Test getTheme.",
84 method = "getTheme",
95 contextThemeWrapper.getTheme().obtainStyledAttributes(R.styleable.TextAppearance);
120 contextThemeWrapper.getTheme();
165 expected.setTo(getContext().getTheme());
ViewGroup_LayoutParamsTest.java 83 TypedArray array = mContext.getTheme().obtainStyledAttributes(R.style.Whatever, attrs);
  /cts/tests/tests/content/src/android/content/res/cts/
Resources_ThemeTest.java 70 final Theme other = getContext().getTheme();
TypedArrayTest.java 68 mTypedArray = getContext().getTheme().obtainStyledAttributes(R.style.Whatever, attrs);
303 final TypedArray test = contextThemeWrapper.getTheme().obtainStyledAttributes(
  /packages/apps/Settings/src/com/android/settings/quicklaunch/
ShortcutPreference.java 60 context.getTheme().resolveAttribute(android.R.attr.disabledAlpha, outValue, true);
  /cts/tests/tests/content/src/android/content/cts/
ContextTest.java 114 method = "getTheme",
125 final Theme testTheme = mContext.getTheme();
148 assertSame(testTheme, mContext.getTheme());
  /frameworks/base/test-runner/src/android/test/mock/
MockContext.java 90 public Resources.Theme getTheme() {
  /cts/tests/tests/app/src/android/app/cts/
DialogTest.java 153 d.getContext().getTheme().obtainStyledAttributes(R.styleable.TextAppearance);
157 ta = w.getContext().getTheme().obtainStyledAttributes(R.styleable.TextAppearance);
178 expected.setTo(mContext.getTheme());
    [all...]
  /frameworks/base/core/java/android/widget/
FastScroller.java 151 TypedArray ta = context.getTheme().obtainStyledAttributes(new int[] {
  /frameworks/base/core/java/android/app/
SuggestionsAdapter.java 334 mContext.getTheme().resolveAttribute(R.attr.textColorSearchUrl, colorValue, true);
Activity.java     [all...]
  /frameworks/base/core/java/android/view/inputmethod/
BaseInputConnection.java 561 TypedArray ta = context.getTheme()
  /prebuilt/common/layoutlib_api/
layoutlib_api-prebuilt.jar 
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle1/
GraphicalLayoutEditor.java 712 String theme = mConfigComposite.getTheme();
    [all...]
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
BridgeContext.java 391 public Theme getTheme() {
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
LatinKeyboard.java     [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
GraphicalEditorPart.java     [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
ConfigurationComposite.java     [all...]
  /packages/apps/Email/src/com/android/email/activity/
MessageList.java     [all...]

Completed in 1832 milliseconds

1 2