HomeSort by relevance Sort by last modified time
    Searched refs:theme (Results 101 - 125 of 306) sorted by null

1 2 3 45 6 7 8 91011>>

  /cts/tests/src/android/app/cts/
DialogStubActivity.java 336 public MockAlertDialog(Context context, int theme) {
337 super(context, theme);
394 public MockDatePickerDialog(Context context, int theme, OnDateSetListener callBack,
396 super(context, theme, callBack, year, monthOfYear, dayOfMonth);
TestDialog.java 89 public TestDialog(Context context, int theme) {
90 super(context, theme);
  /cts/tests/tests/theme/src/android/theme/cts/
DeviceDefaultTest.java 17 package android.theme.cts;
  /external/chromium/chrome/browser/sync/protocol/
proto_value_conversions_unittest.cc 150 SET_EXTENSION(theme);
  /external/chromium_org/chrome/browser/ui/gtk/
gtk_util.cc 168 // If it doesn't find the icon in |theme|, it looks among the icons packaged
172 // in |theme|, the returned icon may not be of the requested size if |size|
174 // found in |theme|, and |size| has an unsupported value, the program will be
179 GdkPixbuf* GetChromeIcon(GtkIconTheme* theme, const int size) {
180 if (gtk_icon_theme_has_icon(theme, kIconName)) {
182 gtk_icon_theme_load_icon(theme,
242 GtkIconTheme* theme = local
245 GdkPixbuf* icon_16 = GetChromeIcon(theme, 16);
246 GdkPixbuf* icon_32 = GetChromeIcon(theme, 32);
247 GdkPixbuf* icon_64 = GetChromeIcon(theme, 64)
566 GtkIconTheme* theme = local
    [all...]
  /external/chromium_org/chrome/browser/ui/views/
browser_action_view.cc 140 // We also listen for browser theme changes on linux because a switch from or
238 ThemeService* theme = local
241 gfx::ImageSkia bg = *theme->GetImageSkiaNamed(IDR_BROWSER_ACTION);
244 gfx::ImageSkia bg_h = *theme->GetImageSkiaNamed(IDR_BROWSER_ACTION_H);
247 gfx::ImageSkia bg_p = *theme->GetImageSkiaNamed(IDR_BROWSER_ACTION_P);
  /external/chromium_org/chrome/browser/ui/views/omnibox/
omnibox_result_view.h 104 static void CommonInitColors(const ui::NativeTheme* theme,
  /external/chromium_org/third_party/WebKit/Source/core/platform/
Scrollbar.h 130 ScrollbarTheme* theme() const { return m_theme; } function in class:WebCore::Scrollbar
ScrollbarTheme.h 134 static ScrollbarTheme* theme();
137 static ScrollbarTheme* nativeTheme(); // Must be implemented to return the correct theme subclass.
  /external/chromium_org/ui/views/controls/button/
label_button.h 94 virtual void OnNativeThemeChanged(const ui::NativeTheme* theme) OVERRIDE;
  /frameworks/base/core/jni/
android_util_AssetManager.cpp 818 return (jint)(new ResTable::Theme(am->getResources()));
824 ResTable::Theme* theme = (ResTable::Theme*)themeInt; local
825 delete theme;
833 ResTable::Theme* theme = (ResTable::Theme*)themeInt; local
834 theme->applyStyle(styleRes, force ? true : false);
840 ResTable::Theme* dest = (ResTable::Theme*)destInt
848 ResTable::Theme* theme = (ResTable::Theme*)themeInt; local
872 ResTable::Theme* theme = (ResTable::Theme*)themeInt; local
904 ResTable::Theme* theme = (ResTable::Theme*)themeToken; local
    [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
  /cts/tests/tests/content/src/android/content/pm/cts/
PackageInfoTest.java 93 assertEquals(expected.theme, actual.theme);
  /external/chromium/chrome/browser/ui/webui/options/
options_ui.cc 246 // Set up the chrome://theme/ source.
247 ThemeSource* theme = new ThemeSource(contents->profile()); local
248 contents->profile()->GetChromeURLDataManager()->AddDataSource(theme);
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorFrontendHost.cpp 276 Color color = m_frontendPage->theme()->activeSelectionBackgroundColor();
282 Color color = m_frontendPage->theme()->activeSelectionForegroundColor();
  /external/chromium_org/third_party/WebKit/Source/core/platform/chromium/
ScrollbarThemeChromiumWin.cpp 46 static ScrollbarThemeChromiumWin theme; local
47 return &theme;
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderFileUploadControl.cpp 166 const String label = theme()->fileListDefaultLabel(toHTMLInputElement(node())->multiple());
231 return theme()->fileListNameForWidth(input->files(), style()->font(), maxFilenameWidth(), input->multiple());
  /external/chromium_org/ui/views/controls/menu/
menu_runner.cc 209 ui::NativeTheme* theme = parent ? parent->GetNativeTheme() : local
211 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 60 public MediaRouteChooserDialog(Context context, int theme) {
61 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/VideoEditor/src/com/android/videoeditor/service/
ApiService.java 129 private static final String PARAM_THEME = "theme";
313 * @param themeType The theme type
423 * Apply a theme
427 * @param theme The theme
429 public static void applyTheme(Context context, String projectPath, String theme) {
433 intent.putExtra(PARAM_THEME, theme);
528 * @param themeId The theme id
555 * @param themeId The theme id
599 * @param themeId The theme i
3016 final String theme = intent.getStringExtra(PARAM_THEME); local
4319 final MovieTheme theme = MovieTheme.getTheme(context, themeId); local
4451 final MovieTheme theme = MovieTheme.getTheme(context, themeId); local
4565 final MovieTheme theme = MovieTheme.getTheme(context, themeId); local
4613 final MovieTheme theme = MovieTheme.getTheme(context, themeId); local
    [all...]
  /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);

Completed in 1006 milliseconds

1 2 3 45 6 7 8 91011>>