HomeSort by relevance Sort by last modified time
    Searched refs:Theme (Results 26 - 50 of 65) sorted by null

12 3

  /frameworks/base/core/java/android/widget/
QuickContactBadge.java 84 TypedArray styledAttributes = mContext.obtainStyledAttributes(R.styleable.Theme);
AbsSeekBar.java 79 com.android.internal.R.styleable.Theme, 0, 0);
  /frameworks/base/libs/utils/
ResourceTypes.cpp     [all...]
  /development/apps/OBJViewer/com/android/objviewer/
OBJViewer.java 307 setTheme(R.style.Theme);
  /frameworks/base/core/java/android/content/
Context.java 299 * Set the base theme for this context. Note that this should be called
304 * @param resid The style resource describing the theme.
315 * Return the Theme object associated with this Context.
317 public abstract Resources.Theme getTheme();
320 * Retrieve styled attribute information in this Context's theme. See
321 * {@link Resources.Theme#obtainStyledAttributes(int[])}
324 * @see Resources.Theme#obtainStyledAttributes(int[])
332 * Retrieve styled attribute information in this Context's theme. See
333 * {@link Resources.Theme#obtainStyledAttributes(int, int[])}
336 * @see Resources.Theme#obtainStyledAttributes(int, int[]
    [all...]
ContextWrapper.java 116 public Resources.Theme getTheme() {
  /frameworks/base/test-runner/src/android/test/mock/
MockContext.java 91 public Resources.Theme getTheme() {
  /packages/apps/Browser/src/com/android/browser/
BreadCrumbView.java 91 TypedArray a = mContext.obtainStyledAttributes(com.android.internal.R.styleable.Theme);
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
BridgeContext.java 52 import android.content.res.Resources.Theme;
101 private Resources.Theme mTheme;
403 public Theme getTheme() {
559 // look for the style in the current theme, and its parent:
573 "Failed to find style '%s' in current theme", defStyleName),
584 // look for the style in the current theme, and its parent:
611 "Failed to find style with id 0x%x in current theme",
641 // values in the widget defStyle, and then in the theme.
655 // if the item is not present in the defStyle, we look in the main theme (and
675 // referencing another resource or a theme value
    [all...]
  /packages/apps/MusicFX/src/com/android/musicfx/seekbar/
AbsSeekBar.java 75 com.android.internal.R.styleable.Theme, 0, 0);
  /cts/tests/tests/app/src/android/app/cts/
LaunchTest.java 24 import android.content.res.Resources.Theme;
518 args = {Theme.class, int.class, boolean.class}
    [all...]
LifecycleTest.java 31 import android.content.res.Resources.Theme;
531 args = {Theme.class, int.class, boolean.class}
    [all...]
DialogTest.java 127 // According to javadoc of constructors, it will set theme to system default theme,
128 // when we set no theme id or set it theme id to 0.
129 // But CTS can no assert dialog theme equals system internal theme.
157 // get Theme and assert
158 final Resources.Theme expected = mContext.getResources().newTheme();
457 final String expectedTitle = "Test Dialog Without theme";
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/assetstudio/
ConfigureAssetSetPage.java 339 mThemeLabel.setText("Theme");
    [all...]
  /frameworks/base/core/java/android/app/
Activity.java 35 import android.content.res.Resources.Theme;
91 * windows (via a theme with {@link android.R.attr#windowIsFloating} set)
    [all...]
ContextImpl.java 153 private Resources.Theme mTheme = null;
523 public Resources.Theme getTheme() {
    [all...]
  /frameworks/base/core/java/com/android/internal/app/
ActionBarImpl.java 625 Resources.Theme currentTheme = mContext.getTheme();
  /frameworks/base/services/java/com/android/server/am/
ActivityRecord.java 76 int theme; // resource identifier of activity's theme. field in class:ActivityRecord
77 int realTheme; // actual theme resource we will use, never 0.
142 pw.print(" theme=0x"); pw.println(Integer.toHexString(theme));
334 theme = aInfo.getThemeResource();
335 realTheme = theme;
339 ? android.R.style.Theme
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/list/
ContactListItemView.java 293 a = getContext().obtainStyledAttributes(android.R.styleable.Theme);
    [all...]
  /external/chromium/chrome/browser/resources/
new_new_tab.js 884 // Theme related
888 $('themecss').href = 'chrome://theme/css/newtab.css?' + Date.now();
893 // Default value for standard NTP with no theme attribution or custom logo.
896 // Theme attribution always overrides custom logos.
898 logEvent('updateAttribution called with THEME ATTR');
905 $('attribution-img').src = 'chrome://theme/' + imageId + '?' + Date.now();
    [all...]
  /cts/tests/tests/content/src/android/content/res/cts/
ConfigTest.java 72 final Resources.Theme theme = res.newTheme(); local
73 final TypedArray sa = theme.obtainStyledAttributes(resId, styleable);
    [all...]
  /frameworks/base/core/java/android/inputmethodservice/
KeyboardView.java 339 com.android.internal.R.styleable.Theme);
    [all...]
  /frameworks/base/policy/src/com/android/internal/policy/impl/
PhoneWindow.java     [all...]
  /external/webkit/Source/WebCore/
Android.mk 564 platform/Theme.cpp \
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/
DayView.java     [all...]

Completed in 899 milliseconds

12 3