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

  /sdk/layoutlib_api/src/com/android/layoutlib/api/
ILayoutBridge.java 93 * @param themeName The name of the theme to use.
115 String themeName, boolean isProjectTheme,
130 * @param themeName The name of the theme to use.
151 String themeName, boolean isProjectTheme,
163 * @param themeName The name of the theme to use.
183 int screenWidth, int screenHeight, String themeName, boolean isProjectTheme,
195 * @param themeName The name of the theme to use. In order to differentiate project and platform
215 int screenWidth, int screenHeight, String themeName,
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
PreviewIconFactory.java 173 String themeName = mPalette.getCurrentTheme();
174 if (themeName == null || !themeName.startsWith("Theme.Holo")) { //$NON-NLS-1$
510 String themeName = mPalette.getCurrentTheme();
511 if (themeName == null) {
512 themeName = "Theme"; //$NON-NLS-1$
514 if (themeName.startsWith(themeNamePrefix)) {
515 themeName = themeName.substring(themeNamePrefix.length());
518 cleanup(themeName), cleanup(mPalette.getCurrentDevice()))
    [all...]
  /sdk/ide_common/src/com/android/ide/common/resources/
ResourceResolver.java 74 * @param themeName the name of the current theme.
81 String themeName, boolean isProjectTheme) {
86 resolver.computeStyleMaps(themeName, isProjectTheme);
403 * @param themeName the name of the current theme.
406 private void computeStyleMaps(String themeName, boolean isProjectTheme) {
407 mThemeName = themeName;
417 theme = projectStyleMap.get(themeName);
419 theme = frameworkStyleMap.get(themeName);
  /sdk/layoutlib_api/sample/src/com/example/android/render/
RenderServiceFactory.java 166 * @param themeName
173 String themeName,
183 themeName, isProjectTheme);
211 * @param themeName
219 String themeName,
224 config, projectResources, themeName, isProjectTheme);
  /sdk/ide_common/src/com/android/ide/common/rendering/
LayoutLibrary.java 528 String themeName = resources.getThemeName();
530 themeName = "*" + themeName; //$NON-NLS-1$
536 themeName,
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
KeyboardSwitcher.java 281 + " theme=" + Keyboard.themeName(keyboard.mThemeId));
285 + " theme=" + Keyboard.themeName(keyboard.mThemeId));
    [all...]

Completed in 285 milliseconds