HomeSort by relevance Sort by last modified time
    Searched defs:Theme (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/third_party/WebKit/Source/platform/
Theme.h 43 // Unlike other platform classes, Theme does extensively use virtual functions. This design allows a platform to switch between multiple themes at runtime.
44 class PLATFORM_EXPORT Theme {
46 Theme() { }
47 virtual ~Theme() { }
58 // General methods for whether or not any of the controls in the theme change appearance when the window is inactive or
89 // Allows the theme to modify the existing padding/border.
100 // the theme needs to communicate this inflated rect to the engine so that it can invalidate the whole control.
110 PLATFORM_EXPORT Theme* platformTheme();
  /external/chromium_org/components/dom_distiller/core/
distilled_page_prefs.h 31 enum Theme {
40 virtual void OnChangeTheme(Theme theme) = 0;
53 // Sets the user's preference for the theme of distilled pages.
54 void SetTheme(Theme new_theme);
55 // Returns the user's preference for the theme of distilled pages.
56 Theme GetTheme();
64 // Notifies all Observers of new theme.
65 void NotifyOnChangeTheme(Theme theme);
    [all...]
  /external/chromium_org/components/dom_distiller/android/java/src/org/chromium/components/dom_distiller/core/
DistilledPagePrefs.java 28 void onChangeTheme(Theme theme);
50 private void onChangeTheme(int theme) {
51 mDistilledPagePrefsObserver.onChangeTheme(Theme.getThemeForValue(theme));
108 public void setTheme(Theme theme) {
109 nativeSetTheme(mDistilledPagePrefsAndroid, theme.asNativeEnum());
112 public Theme getTheme() {
113 return Theme.getThemeForValue(nativeGetTheme(mDistilledPagePrefsAndroid))
    [all...]
  /cts/hostsidetests/theme/app/src/android/theme/app/
HoloDeviceActivity.java 17 package android.theme.app;
28 import android.theme.app.modifiers.DatePickerModifier;
29 import android.theme.app.modifiers.ProgressBarModifier;
30 import android.theme.app.modifiers.SearchViewModifier;
31 import android.theme.app.modifiers.TimePickerModifier;
32 import android.theme.app.modifiers.ViewCheckedModifier;
33 import android.theme.app.modifiers.ViewPressedModifier;
34 import android.theme.app.R;
35 import android.theme.app.ReferenceViewGroup;
47 * A activity which display various UI elements with Holo theme
85 final Theme theme = themes[intent.getIntExtra(EXTRA_THEME, 0)]; local
    [all...]
  /developers/build/lib/
assetstudio.jar 
  /external/chromium_org/third_party/libaddressinput/src/java/
android.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 
  /external/chromium_org/third_party/android_platform/webview/
frameworks.jar 

Completed in 289 milliseconds