Searched refs:themeName (Results 1 – 2 of 2) sorted by relevance
175 String themeName = mPalette.getCurrentTheme(); in partitionRenderElements() local176 … if (themeName == null || !themeName.startsWith("Theme.Holo")) { //$NON-NLS-1$ in partitionRenderElements()523 String themeName = mPalette.getCurrentTheme(); in getImageDir() local524 if (themeName == null) { in getImageDir()525 themeName = "Theme"; //$NON-NLS-1$ in getImageDir()527 if (themeName.startsWith(themeNamePrefix)) { in getImageDir()528 themeName = themeName.substring(themeNamePrefix.length()); in getImageDir()531 themeName = cleanup(themeName); in getImageDir()534 themeName, deviceName); in getImageDir()
645 String themeName = ResourceHelper.styleToTheme(theme); in toPersistentString() local651 sb.append(themeName); in toPersistentString()