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

12 3

  /external/webkit/Source/WebCore/rendering/
RenderTheme.h 2 * This file is part of the theme implementation for form controls in WebCore.
27 #include "Theme.h"
56 // This function is to be implemented in your platform-specific theme implementation to hand back the
57 // appropriate platform theme. When the theme is needed in non-page dependent code, a default theme is
61 // When the theme is needed in non-page dependent code, the defaultTheme() is used as fallback.
68 // property has been set to a value other than "none". The theme should map in all of the appropriate
71 // "border" are set, or if the appearance is not supported by the theme.
82 // The remaining methods should be implemented by the platform-specific portion of the theme, e.g.
    [all...]
  /frameworks/base/core/java/android/widget/
QuickContactBadge.java 86 TypedArray styledAttributes = mContext.obtainStyledAttributes(R.styleable.Theme);
AbsSeekBar.java 82 com.android.internal.R.styleable.Theme, 0, 0);
Editor.java     [all...]
  /development/apps/OBJViewer/com/android/objviewer/
OBJViewer.java 307 setTheme(R.style.Theme);
  /frameworks/base/core/java/android/content/
Context.java 309 * Set the base theme for this context. Note that this should be called
314 * @param resid The style resource describing the theme.
325 * Return the Theme object associated with this Context.
327 public abstract Resources.Theme getTheme();
330 * Retrieve styled attribute information in this Context's theme. See
331 * {@link Resources.Theme#obtainStyledAttributes(int[])}
334 * @see Resources.Theme#obtainStyledAttributes(int[])
342 * Retrieve styled attribute information in this Context's theme. See
343 * {@link Resources.Theme#obtainStyledAttributes(int, int[])}
346 * @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;
100 private Resources.Theme mTheme;
411 public Theme getTheme() {
573 // look for the style in the current theme, and its parent:
588 "Failed to find style '%s' in current theme",
602 // look for the style in the current theme, and its parent:
630 "Failed to find style with id 0x%x in current theme",
662 // values in the widget defStyle, and then in the theme.
678 // if the item is not present in the defStyle, we look in the main theme (and
698 // referencing another resource or a theme value
    [all...]
  /frameworks/base/libs/androidfw/
ResourceTypes.cpp     [all...]
  /packages/apps/MusicFX/src/com/android/musicfx/seekbar/
AbsSeekBar.java 81 com.android.internal.R.styleable.Theme, 0, 0);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/assetstudio/
ConfigureAssetSetPage.java 343 mThemeLabel.setText("Theme");
    [all...]
  /frameworks/base/core/java/android/app/
ContextImpl.java 162 private Resources.Theme mTheme = null;
556 public Resources.Theme getTheme() {
    [all...]
Activity.java 92 * windows (via a theme with {@link android.R.attr#windowIsFloating} set)
    [all...]
  /cts/tests/tests/app/src/android/app/cts/
DialogTest.java 92 // According to javadoc of constructors, it will set theme to system default theme,
93 // when we set no theme id or set it theme id to 0.
94 // But CTS can no assert dialog theme equals system internal theme.
122 // get Theme and assert
123 final Resources.Theme expected = mContext.getResources().newTheme();
305 final String expectedTitle = "Test Dialog Without theme";
    [all...]
  /frameworks/base/core/java/com/android/internal/app/
ActionBarImpl.java 790 Resources.Theme currentTheme = mContext.getTheme();
    [all...]
  /frameworks/base/services/java/com/android/server/am/
ActivityRecord.java 81 int theme; // resource identifier of activity's theme. field in class:ActivityRecord
82 int realTheme; // actual theme resource we will use, never 0.
155 pw.print(" theme=0x"); pw.println(Integer.toHexString(theme));
373 theme = aInfo.getThemeResource();
374 realTheme = theme;
378 ? android.R.style.Theme
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/list/
ContactListItemView.java 287 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...]
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
KeyboardView.java 342 android.R.styleable.Theme);
    [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 566 platform/Theme.cpp \
    [all...]

Completed in 1426 milliseconds

12 3