/packages/apps/Settings/src/com/android/settings/wifi/ |
WifiSetupActivity.java | 34 String themeName = getIntent().getStringExtra(EXTRA_THEME); 35 if (themeName != null && themeName.equalsIgnoreCase(THEME_HOLO_LIGHT)) {
|
/external/chromium_org/ui/native_theme/ |
native_theme_win.h | 39 enum ThemeName { 57 HRESULT GetThemeColor(ThemeName theme, 66 SkColor GetThemeColorWithDefault(ThemeName theme, 75 gfx::Size GetThemeBorderSize(ThemeName theme) const; 89 bool IsClassicTheme(ThemeName name) const; 140 HRESULT GetThemePartSize(ThemeName themeName, 275 static ThemeName GetThemeName(Part part); 279 HRESULT GetThemeInt(ThemeName theme, 293 HANDLE GetThemeHandle(ThemeName theme_name) const [all...] |
native_theme_win.cc | 148 HRESULT NativeThemeWin::GetThemeColor(ThemeName theme, 165 SkColor NativeThemeWin::GetThemeColorWithDefault(ThemeName theme, 176 gfx::Size NativeThemeWin::GetThemeBorderSize(ThemeName theme) const { 204 bool NativeThemeWin::IsClassicTheme(ThemeName name) const { 675 HRESULT NativeThemeWin::GetThemePartSize(ThemeName theme_name, [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
PreviewIconFactory.java | 175 String themeName = mPalette.getCurrentTheme(); 176 if (themeName == null || !themeName.startsWith("Theme.Holo")) { //$NON-NLS-1$ 523 String themeName = mPalette.getCurrentTheme(); 524 if (themeName == null) { 525 themeName = "Theme"; //$NON-NLS-1$ 527 if (themeName.startsWith(themeNamePrefix)) { 528 themeName = themeName.substring(themeNamePrefix.length()); 531 themeName = cleanup(themeName) [all...] |
/cts/hostsidetests/holo/src/android/holo/cts/ |
HoloHostTest.java | 197 final String themeName = THEMES[i]; 199 final String name = String.format("%s_%s", themeName, LAYOUTS[j]);
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/ |
configDialog.py | [all...] |
configHandler.py | 324 def GetThemeDict(self,type,themeName): 327 themeName - string, theme name 373 if not cfgParser.has_option(themeName,element): 379 (element, themeName, theme[element])) 384 colour=cfgParser.Get(themeName,element,default=theme[element])
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/ |
configDialog.py | [all...] |
configHandler.py | 324 def GetThemeDict(self,type,themeName): 327 themeName - string, theme name 373 if not cfgParser.has_option(themeName,element): 379 (element, themeName, theme[element])) 384 colour=cfgParser.Get(themeName,element,default=theme[element])
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/ |
ttk.py | 142 # it expects a themename and optionally an element to clone from, 479 def theme_create(self, themename, parent=None, settings=None): 482 It is an error if themename already exists. If parent is 489 self.tk.call(self._name, "theme", "create", themename, 492 self.tk.call(self._name, "theme", "create", themename, 496 def theme_settings(self, themename, settings): 497 """Temporarily sets the current theme to themename, apply specified 505 self.tk.call(self._name, "theme", "settings", themename, script) 513 def theme_use(self, themename=None): 514 """If themename is None, returns the theme in use, otherwise, se [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/ |
ttk.py | 142 # it expects a themename and optionally an element to clone from, 479 def theme_create(self, themename, parent=None, settings=None): 482 It is an error if themename already exists. If parent is 489 self.tk.call(self._name, "theme", "create", themename, 492 self.tk.call(self._name, "theme", "create", themename, 496 def theme_settings(self, themename, settings): 497 """Temporarily sets the current theme to themename, apply specified 505 self.tk.call(self._name, "theme", "settings", themename, script) 513 def theme_use(self, themename=None): 514 """If themename is None, returns the theme in use, otherwise, se [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/ |
Configuration.java | 619 String themeName = ResourceHelper.styleToTheme(theme); 625 sb.append(themeName); [all...] |
/prebuilts/devtools/tools/lib/ |
sdk-common.jar | |
/prebuilts/gradle-plugin/com/android/tools/sdk-common/22.2.0/ |
sdk-common-22.2.0.jar | |