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

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
Keyboard.java 244 public static String themeName(int themeId) {
  /sdk/ide_common/src/com/android/ide/common/rendering/
LayoutLibrary.java 528 String themeName = resources.getThemeName();
530 themeName = "*" + themeName; //$NON-NLS-1$
536 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...]

Completed in 93 milliseconds