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

  /development/samples/HoneycombGallery/src/com/example/android/hcgallery/
CameraActivity.java 27 int themeId = this.getIntent().getExtras().getInt("theme");
28 this.setTheme(themeId);
  /cts/tests/tests/theme/src/android/theme/cts/
DeviceDefaultActivity.java 28 public static final String EXTRA_THEME_ID = "themeId";
37 int themeId = getIntent().getIntExtra(EXTRA_THEME_ID, -1);
38 setTheme(themeId);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
KeyboardTheme.java 35 // These should be aligned with Keyboard.themeId and Keyboard.Case.keyboardTheme
67 // Note: The themeId should be aligned with "themeId" attribute of Keyboard style
69 private KeyboardTheme(final int themeId, final String themeName, final int styleId,
71 mThemeId = themeId;
96 static KeyboardTheme searchKeyboardThemeById(final int themeId) {
99 if (theme.mThemeId == themeId) {
113 final int themeId = Integer.parseInt(klpThemeIdString);
114 final KeyboardTheme theme = searchKeyboardThemeById(themeId);
136 public static String getKeyboardThemeName(final int themeId) {
    [all...]
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowDialog.java 33 private int themeId;
64 public void __constructor__(Context context, int themeId) {
66 this.themeId = themeId;
225 return themeId;
  /frameworks/support/v7/appcompat/src/android/support/v7/widget/
Toolbar.java     [all...]
  /prebuilts/sdk/current/support/v7/appcompat/libs/
android-support-v7-appcompat.jar 

Completed in 1080 milliseconds