HomeSort by relevance Sort by last modified time
    Searched refs:themeId (Results 1 - 4 of 4) 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);
  /packages/apps/VideoEditor/src/com/android/videoeditor/service/
ApiService.java 528 * @param themeId The theme id
532 String themeId) {
540 intent.putExtra(PARAM_THEME, themeId);
555 * @param themeId The theme id
559 long durationMs, String themeId) {
568 intent.putExtra(PARAM_THEME, themeId);
599 * @param themeId The theme id
602 String mediaItemId, String afterMediaItemId, String themeId) {
608 intent.putExtra(PARAM_THEME, themeId);
619 * @param themeId The theme i
    [all...]
VideoEditorProject.java     [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
KeyboardSwitcher.java 182 final String themeId = prefs.getString(PREF_KEYBOARD_LAYOUT, defaultThemeId);
184 final int themeIndex = Integer.valueOf(themeId);
190 Log.w(TAG, "Illegal keyboard theme in preference: " + themeId + ", default to 0");
    [all...]

Completed in 52 milliseconds