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

1 2 3 4 5 67 8 91011>>

  /external/chromium_org/chrome/browser/ui/views/toolbar/
browser_action_view.cc 120 // We also listen for browser theme changes on linux because a switch from or
220 ThemeService* theme = local
223 gfx::ImageSkia bg = *theme->GetImageSkiaNamed(IDR_BROWSER_ACTION);
227 gfx::ImageSkia bg_h = *theme->GetImageSkiaNamed(IDR_BROWSER_ACTION_H);
231 gfx::ImageSkia bg_p = *theme->GetImageSkiaNamed(IDR_BROWSER_ACTION_P);
  /external/chromium_org/third_party/WebKit/Source/platform/scroll/
ScrollbarTheme.h 131 static ScrollbarTheme* theme();
137 static ScrollbarTheme* nativeTheme(); // Must be implemented to return the correct theme subclass.
  /external/chromium_org/third_party/WebKit/Source/web/tests/
PopupMenuTest.cpp 514 EXPECT_TRUE(ScrollbarTheme::theme()->usesOverlayScrollbars());
528 EXPECT_FALSE(ScrollbarTheme::theme()->usesOverlayScrollbars());
537 EXPECT_FALSE(ScrollbarTheme::theme()->usesOverlayScrollbars());
548 EXPECT_EQ(container->width(), listBox->contentsSize().width() + ScrollbarTheme::theme()->scrollbarThickness() + 2);
  /frameworks/base/graphics/java/android/graphics/drawable/
RotateDrawable.java 29 import android.content.res.Resources.Theme;
400 public void inflate(Resources r, XmlPullParser parser, AttributeSet attrs, Theme theme)
402 final TypedArray a = obtainAttributes(r, theme, attrs,
439 drawable = r.getDrawable(res, theme);
453 if ((drawable = Drawable.createFromXmlInner(r, parser, attrs, theme)) == null) {
BitmapDrawable.java 22 import android.content.res.Resources.Theme;
704 public void inflate(Resources r, XmlPullParser parser, AttributeSet attrs, Theme theme)
706 super.inflate(r, parser, attrs, theme);
708 final TypedArray a = obtainAttributes(r, theme, attrs, R.styleable.BitmapDrawable);
737 // Extract the theme attributes, if any.
800 public void applyTheme(Theme t) {
923 public Drawable newDrawable(Resources res, Theme theme) {
924 return new BitmapDrawable(this, res, theme);
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/
ViewMetadataRepository.java 768 * current theme or density if there's no chance that valid insets will be returned
774 * theme and the given screen density.
778 * @param theme the theme name
782 public static Margins getInsets(String fqcn, Density density, String theme) {
787 if (theme.startsWith(HOLO_PREFIX)) {
788 // Theme.Holo, Theme.Holo.Light, WVGA
791 // Theme.Light, WVGA
795 if (theme.startsWith(HOLO_PREFIX))
    [all...]
  /sdk/eclipse/scripts/
_mk_icons.sh 29 icon T blue theme
  /frameworks/base/core/jni/
android_util_AssetManager.cpp 941 return reinterpret_cast<jlong>(new ResTable::Theme(am->getResources()));
947 ResTable::Theme* theme = reinterpret_cast<ResTable::Theme*>(themeHandle); local
948 delete theme;
956 ResTable::Theme* theme = reinterpret_cast<ResTable::Theme*>(themeHandle); local
957 theme->applyStyle(styleRes, force ? true : false);
963 ResTable::Theme* dest = reinterpret_cast<ResTable::Theme*>(destHandle)
971 ResTable::Theme* theme = reinterpret_cast<ResTable::Theme*>(themeHandle); local
995 ResTable::Theme* theme = reinterpret_cast<ResTable::Theme*>(themeHandle); local
1027 ResTable::Theme* theme = reinterpret_cast<ResTable::Theme*>(themeToken); local
1221 ResTable::Theme* theme = reinterpret_cast<ResTable::Theme*>(themeToken); local
    [all...]
  /cts/tests/app/src/android/app/cts/
TestDialog.java 89 public TestDialog(Context context, int theme) {
90 super(context, theme);
  /cts/tests/tests/content/src/android/content/pm/cts/
PackageInfoTest.java 93 assertEquals(expected.theme, actual.theme);
  /external/chromium_org/chrome/browser/ui/views/website_settings/
permission_selector_view.cc 53 virtual void OnNativeThemeChanged(const ui::NativeTheme* theme) OVERRIDE;
90 void PermissionMenuButton::OnNativeThemeChanged(const ui::NativeTheme* theme) {
  /external/chromium_org/content/public/android/java/src/org/chromium/content/browser/input/
MultiFieldTimePickerDialog.java 51 int theme,
55 super(context, theme);
  /external/chromium_org/ui/views/controls/menu/
menu_runner.cc 184 ui::NativeTheme* theme = parent ? parent->GetNativeTheme() : local
186 controller = new MenuController(theme, !for_drop_, this);
  /frameworks/base/core/java/com/android/internal/app/
MediaRouteChooserDialog.java 61 public MediaRouteChooserDialog(Context context, int theme) {
62 super(context, theme);
MediaRouteControllerDialog.java 73 public MediaRouteControllerDialog(Context context, int theme) {
74 super(context, theme);
  /frameworks/support/v7/mediarouter/src/android/support/v7/app/
MediaRouteChooserDialog.java 64 public MediaRouteChooserDialog(Context context, int theme) {
65 super(MediaRouterThemeHelper.createThemedContext(context, true), theme); local
MediaRouteControllerDialog.java 73 public MediaRouteControllerDialog(Context context, int theme) {
74 super(MediaRouterThemeHelper.createThemedContext(context, true), theme); local
  /packages/apps/Launcher3/src/com/android/launcher3/
PreloadIconDrawable.java 4 import android.content.res.Resources.Theme;
49 public PreloadIconDrawable(Drawable icon, Theme theme) {
57 applyTheme(theme);
62 public void applyTheme(Theme t) {
  /packages/apps/Settings/src/com/android/settings/wifi/
WifiSetupActivity.java 55 // Extra containing the resource name of the theme to be used
56 private static final String EXTRA_THEME = "theme";
170 protected void onApplyThemeResource(Resources.Theme theme, int resid, boolean first) {
179 super.onApplyThemeResource(theme, resid, first);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
NestedConfiguration.java 170 public void setTheme(String theme) {
172 mParent.setTheme(theme);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
RenderPreviewList.java 164 description.theme != null ? description.theme : chooserConfig.getTheme());
RenderPreview.java 608 String theme = configuration.getTheme(); local
609 if (theme == null) {
644 if (!theme.startsWith(PREFIX_RESOURCE_REF)) {
645 if (frameworkRes.hasResourceItem(ANDROID_STYLE_RESOURCE_PREFIX + theme)) {
646 theme = ANDROID_STYLE_RESOURCE_PREFIX + theme;
648 theme = STYLE_RESOURCE_PREFIX + theme;
654 ResourceHelper.styleToTheme(theme),
655 ResourceHelper.isProjectStyle(theme));
    [all...]
  /developers/demos/MusicDemo/src/main/java/com/example/android/musicservicedemo/
MediaNotification.java 119 packageContext.setTheme(applicationInfo.theme);
120 Resources.Theme theme = packageContext.getTheme(); local
121 TypedArray ta = theme.obtainStyledAttributes(
  /external/chromium_org/ash/ime/
candidate_window_view.cc 156 ui::NativeTheme* theme = GetNativeTheme(); local
158 views::Background::CreateSolidBackground(theme->GetSystemColor(
161 1, theme->GetSystemColor(ui::NativeTheme::kColorId_MenuBorderColor)));
  /external/chromium_org/chrome/browser/supervised_user/
supervised_user_service_unittest.cc 194 source->SetString(extensions::manifest_keys::kName, "Theme");
259 // Check that a supervised user can install a theme.
260 scoped_refptr<extensions::Extension> theme = MakeThemeExtension(); local
262 EXPECT_TRUE(supervised_user_service->UserMayLoad(theme.get(), &error_1));
265 supervised_user_service->UserMayModifySettings(theme.get(), &error_1));

Completed in 885 milliseconds

1 2 3 4 5 67 8 91011>>