HomeSort by relevance Sort by last modified time
    Searched refs:theme (Results 276 - 300 of 413) sorted by null

<<11121314151617

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
InlineTextBox.cpp     [all...]
RenderObject.cpp     [all...]
  /frameworks/base/core/java/android/view/
ViewDebug.java 828 * Dumps the theme attributes from the given View.
848 android.util.Log.w("View", "Problem dumping View Theme:", e);
857 * Gets the style attributes from the {@link Resources.Theme}. For debugging only.
860 * @param theme Theme to dump.
861 * @return a String array containing pairs of adjacent Theme attribute data: name followed by
866 private static String[] getStyleAttributesDump(Resources resources, Resources.Theme theme) {
870 int[] attributes = theme.getAllAttributes();
875 data[i + 1] = theme.resolveAttribute(attributeId, outValue, true)
    [all...]
LayoutInflater.java 100 com.android.internal.R.attr.theme };
192 * Views; most importantly, this supplies the theme from which the default
231 * with the new Context theme.
690 * &lt;theme&gt; attribute, the inflation context will be wrapped with the
691 * specified theme.
707 // Apply a theme wrapper, if requested.
    [all...]
  /external/chromium_org/chrome/browser/resources/ntp4/
new_tab.js 133 // Load the current theme colors.
392 $('themecss').href = 'chrome://theme/css/new_tab_theme.css?' + Date.now();
  /external/chromium_org/third_party/WebKit/Source/core/accessibility/
AXObject.cpp 471 RenderTheme::theme().adjustRepaintRect(obj, r);
  /external/chromium_org/third_party/WebKit/Source/core/css/resolver/
FontBuilder.cpp 125 RenderTheme::theme().systemFont(valueId, fontDescription);
127 // Double-check and see if the theme did anything. If not, don't bother updating the font.
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLTextFormControlElement.cpp 143 && (document().focusedElement() != this || (RenderTheme::theme().shouldShowPlaceholderWhenFocused()))
HTMLInputElement.cpp 840 RenderTheme::theme().stateChanged(renderer(), CheckedControlState);
877 RenderTheme::theme().stateChanged(renderer(), CheckedControlState);
    [all...]
  /frameworks/base/tools/layoutlib/bridge/src/android/content/res/
BridgeResources.java 162 public Drawable getDrawable(int id, Theme theme) {
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
EditorWindow.py 750 "Update the colour theme"
754 theme = idleConf.GetOption('main','Theme','name')
755 normal_colors = idleConf.GetHighlight(theme, 'normal')
756 cursor_color = idleConf.GetHighlight(theme, 'cursor', fgBg='fg')
757 select_colors = idleConf.GetHighlight(theme, 'hilite')
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
EditorWindow.py 750 "Update the colour theme"
754 theme = idleConf.GetOption('main','Theme','name')
755 normal_colors = idleConf.GetHighlight(theme, 'normal')
756 cursor_color = idleConf.GetHighlight(theme, 'cursor', fgBg='fg')
757 select_colors = idleConf.GetHighlight(theme, 'hilite')
    [all...]
  /external/chromium_org/chrome/browser/ui/libgtk2ui/
gtk2_ui.cc 61 // - Make sure to test with a light on dark theme, too.
106 // Default color for links on the NTP when the GTK+ theme doesn't define a
145 // current gtk theme selection color so they stand out against the GtkEntry's
208 // ResourceBundle. (i.e. in a light on dark theme, the dropdown arrow will be
231 // |accent_gdk_color| will usually be the same color through a theme, this
348 // broadcast new theme images and colors. Only realized widgets have style
531 GtkIconTheme* theme = gtk_icon_theme_get_default(); local
541 theme, icon.get(), size,
730 // Ask the theme if the theme specifies all the scrollbar colors and shor
    [all...]
  /frameworks/base/core/java/android/inputmethodservice/
InputMethodService.java 623 * You can call this to customize the theme used by your IME's window.
624 * This theme should typically be one that derives from
625 * {@link android.R.style#Theme_InputMethod}, which is the default theme
628 * of your custom theme.
631 public void setTheme(int theme) {
635 mTheme = theme;
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
LayoutCanvas.java 1655 String theme = configComposite.getThemeName(); local
    [all...]
GraphicalEditorPart.java 745 // Something else changed, such as the theme - just recompute existing
1652 String theme = mConfigChooser.getThemeName(); local
    [all...]
  /external/chromium_org/chrome/browser/resources/downloads/
downloads.js 532 'chrome://theme/IDR_DOWNLOAD_PROGRESS_FOREGROUND_32@' +
649 'chrome://theme/IDR_WARNING?scale=' + window.devicePixelRatio + 'x');
653 'chrome://theme/IDR_SAFEBROWSING_WARNING?scale=' +
  /external/chromium_org/ui/views/
view.cc     [all...]
  /external/chromium_org/chrome/browser/ui/views/frame/
browser_view.cc     [all...]
  /external/chromium_org/ui/webui/resources/js/
util.js 105 var chromeThemePath = 'chrome://theme';
  /external/chromium_org/third_party/WebKit/Source/core/page/
DragController.cpp     [all...]
  /frameworks/opt/datetimepicker/src/com/android/datetimepicker/time/
TimePickerDialog.java 131 public TimePickerDialog(Context context, int theme, OnTimeSetListener callback,
155 * Set a dark or light theme. NOTE: this will only take effect for the next onCreateView.
314 // Set the theme at the end so that the initialize()s above don't counteract the theme.
330 // Set the colors for each view based on the theme.
    [all...]
  /prebuilts/gradle-plugin/com/android/tools/sdk-common/22.8.0/
sdk-common-22.8.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdk-common/22.9.2/
sdk-common-22.9.2.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdk-common/23.0.1/
sdk-common-23.0.1.jar 

Completed in 1492 milliseconds

<<11121314151617