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

1 2 3 4 5 6 7 8 91011>>

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
PreviewIconFactory.java 90 * like the theme and SDK (the icons themselves are cached in a directory across IDE
116 * could be computed. The rendering parameters (SDK, theme etc) correspond to those
176 if (themeName == null || !themeName.startsWith("Theme.Holo")) { //$NON-NLS-1$
177 // Note - it's possible that the the theme is some other theme
178 // such as a user theme which inherits from Theme.Holo and that
374 * Look up the background and foreground colors from the theme. May not find either
389 StyleResourceValue theme = resources.getCurrentTheme(); local
390 if (theme != null)
    [all...]
  /external/chromium_org/chrome/browser/themes/
theme_syncable_service.cc 39 const char ThemeSyncableService::kCurrentThemeNodeTitle[] = "Current Theme";
57 return; // Current theme is unsyncable.
81 base::StringPrintf("Received %d theme specifics.",
87 // Current theme is unsyncable - don't overwrite from sync data, and don't
88 // save the unsyncable theme to sync data.
92 // Find the last SyncData that has theme data and set the current theme from
103 // No theme specifics are found. Create one according to current theme.
140 "Theme syncable service is not started."
    [all...]
  /external/chromium_org/native_client_sdk/src/doc/_sphinxext/
devsite_builder.py 249 self.theme = None # no theme necessary
  /external/chromium_org/sync/protocol/
proto_value_conversions_unittest.cc 302 SET_FIELD(theme);
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLOptionElement.cpp 186 RenderTheme::theme().stateChanged(renderer(), EnabledControlState);
HTMLSelectElement.cpp 182 if (RenderTheme::theme().delegatesMenuListRendering())
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderScrollbar.cpp 233 ScrollbarButtonsPlacement buttonsPlacement = theme()->buttonsPlacement();
  /external/chromium_org/third_party/WebKit/Source/web/
WebPluginScrollbarImpl.cpp 58 return ScrollbarTheme::theme()->scrollbarThickness();
  /external/chromium_org/ui/views/controls/menu/
menu_controller.h 276 MenuController(ui::NativeTheme* theme,
  /external/chromium_org/ui/views/controls/textfield/
textfield.h 227 virtual void OnNativeThemeChanged(const ui::NativeTheme* theme) OVERRIDE;
  /external/qemu/distrib/sdl-1.2.15/src/video/picogui/
SDL_pgvideo.c 56 /* Our cursor is a PicoGUI theme */
57 pghandle theme; member in struct:WMcursor
  /frameworks/base/services/core/java/com/android/server/am/
ActivityRecord.java 112 int theme; // resource identifier of activity's theme. field in class:ActivityRecord
113 int realTheme; // actual theme resource we will use, never 0.
201 pw.print(" theme=0x"); pw.println(Integer.toHexString(theme));
443 theme = aInfo.getThemeResource();
444 realTheme = theme;
448 ? android.R.style.Theme
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/dom/
ContainerNode.cpp 926 RenderTheme::theme().stateChanged(renderer(), FocusControlState);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/compositing/
RenderLayerCompositor.cpp 772 OverscrollTheme::theme()->updateOverhangShadowLayer(m_layerForOverhangShadow.get(), m_rootContentLayer.get());
    [all...]
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/swt/3.5.0/
swt-3.5.0.jar 
  /prebuilts/tools/darwin-x86/swt/
swt.jar 
  /external/chromium_org/chrome/browser/ui/views/autofill/
autofill_dialog_views.cc 427 virtual void OnNativeThemeChanged(const ui::NativeTheme* theme) OVERRIDE {
429 theme->GetSystemColor(ui::NativeTheme::kColorId_DialogBackground)));
695 const ui::NativeTheme* theme) {
697 theme->GetSystemColor(ui::NativeTheme::kColorId_DialogBackground)));
    [all...]
  /frameworks/base/core/java/android/app/
Activity.java 111 * windows (via a theme with {@link android.R.attr#windowIsFloating} set)
    [all...]
  /prebuilts/gradle-plugin/com/android/tools/layoutlib/layoutlib-api/22.8.0/
layoutlib-api-22.8.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/layoutlib/layoutlib-api/22.9.2/
layoutlib-api-22.9.2.jar 
  /prebuilts/gradle-plugin/com/android/tools/layoutlib/layoutlib-api/23.0.1/
layoutlib-api-23.0.1.jar 
  /prebuilts/gradle-plugin/com/android/tools/layoutlib/layoutlib-api/23.0.2/
layoutlib-api-23.0.2.jar 
  /prebuilts/misc/common/layoutlib_api/
layoutlib_api-prebuilt.jar 
  /external/chromium_org/chrome/browser/profile_resetter/
profile_resetter_unittest.cc 586 scoped_refptr<Extension> theme = local
592 service_->FinishInstallationForTest(theme.get());
593 // Let ThemeService finish creating the theme pack.
640 EXPECT_FALSE(service_->extensions()->Contains(theme->id()));
689 // Let ThemeService finish creating the theme pack.
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/css/
SelectorChecker.cpp     [all...]

Completed in 775 milliseconds

1 2 3 4 5 6 7 8 91011>>