HomeSort by relevance Sort by last modified time
    Searched refs:themeName (Results 1 - 11 of 11) sorted by null

  /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)) {
  /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])
  /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...]
  /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 

Completed in 677 milliseconds