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

12 3 4

  /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/content/res/
Resources.java 133 com.android.internal.R.style.Theme,
    [all...]
  /development/apps/OBJViewer/com/android/objviewer/
OBJViewer.java 307 setTheme(R.style.Theme);
  /frameworks/base/core/java/android/widget/
QuickContactBadge.java 90 TypedArray styledAttributes = mContext.obtainStyledAttributes(R.styleable.Theme);
AbsSeekBar.java 82 com.android.internal.R.styleable.Theme, 0, 0);
  /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 53 import android.content.res.Resources.Theme;
104 private Resources.Theme mTheme;
415 public Theme getTheme() {
575 // look for the style in the current theme, and its parent:
590 "Failed to find style '%s' in current theme",
604 // look for the style in the current theme, and its parent:
632 "Failed to find style with id 0x%x in current theme",
664 // values in the widget defStyle, and then in the theme.
680 // if the item is not present in the defStyle, we look in the main theme (and
700 // referencing another resource or a theme value
    [all...]
  /frameworks/base/libs/androidfw/
ResourceTypes.cpp     [all...]
  /frameworks/base/core/java/android/content/
Context.java 351 * Set the base theme for this context. Note that this should be called
356 * @param resid The style resource describing the theme.
367 * Return the Theme object associated with this Context.
369 public abstract Resources.Theme getTheme();
372 * Retrieve styled attribute information in this Context's theme. See
373 * {@link Resources.Theme#obtainStyledAttributes(int[])}
376 * @see Resources.Theme#obtainStyledAttributes(int[])
384 * Retrieve styled attribute information in this Context's theme. See
385 * {@link Resources.Theme#obtainStyledAttributes(int, int[])}
388 * @see Resources.Theme#obtainStyledAttributes(int, int[]
    [all...]
ContextWrapper.java 124 public Resources.Theme getTheme() {
  /frameworks/base/test-runner/src/android/test/mock/
MockContext.java 95 public Resources.Theme getTheme() {
  /packages/apps/MusicFX/src/com/android/musicfx/seekbar/
AbsSeekBar.java 81 com.android.internal.R.styleable.Theme, 0, 0);
  /prebuilts/devtools/tools/lib/
asset-studio.jar 
  /frameworks/support/v7/appcompat/src/android/support/v7/app/
ActionBarActivityDelegateBase.java 401 TypedArray a = context.obtainStyledAttributes(R.styleable.Theme);
ActionBarImplBase.java 504 Resources.Theme currentTheme = mContext.getTheme();
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/assetstudio/
ConfigureAssetSetPage.java 353 mThemeLabel.setText("Theme");
    [all...]
  /cts/tests/tests/app/src/android/app/cts/
DialogTest.java 93 // According to javadoc of constructors, it will set theme to system default theme,
94 // when we set no theme id or set it theme id to 0.
95 // But CTS can no assert dialog theme equals system internal theme.
123 // get Theme and assert
124 final Resources.Theme expected = mContext.getResources().newTheme();
313 final String expectedTitle = "Test Dialog Without theme";
    [all...]
  /frameworks/base/core/java/com/android/internal/app/
ActionBarImpl.java 796 Resources.Theme currentTheme = mContext.getTheme();
    [all...]
  /frameworks/base/services/java/com/android/server/am/
ActivityRecord.java 82 int theme; // resource identifier of activity's theme. field in class:ActivityRecord
83 int realTheme; // actual theme resource we will use, never 0.
159 pw.print(" theme=0x"); pw.println(Integer.toHexString(theme));
393 theme = aInfo.getThemeResource();
394 realTheme = theme;
398 ? android.R.style.Theme
    [all...]
  /frameworks/base/core/java/android/app/
ContextImpl.java 183 private Resources.Theme mTheme = null;
607 public Resources.Theme getTheme() {
    [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/apps/ContactsCommon/src/com/android/contacts/common/list/
ContactListItemView.java 292 a = getContext().obtainStyledAttributes(android.R.styleable.Theme);
    [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...]

Completed in 2329 milliseconds

12 3 4