HomeSort by relevance Sort by last modified time
    Searched defs: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);
  /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/apps/VideoEditor/src/com/android/videoeditor/service/
VideoEditorProject.java     [all...]
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...]

Completed in 710 milliseconds