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

  /cts/tests/src/android/theme/cts/
ThemeTestGeneratorActivity.java 48 String themeName = intent.getStringExtra(ThemeTests.EXTRA_THEME_NAME);
65 mTester = new ThemeTester(this, themeName + "_" + oriented);
ThemeTestRunnerActivity.java 47 String themeName = intent.getStringExtra(ThemeTests.EXTRA_THEME_NAME);
64 mTester = new ThemeTester(this, themeName + "_" + oriented);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
Keyboard.java 240 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 421 milliseconds