Home
last modified time | relevance | path

Searched refs:themeId (Results 1 – 3 of 3) sorted by relevance

/packages/apps/VideoEditor/src/com/android/videoeditor/service/
DApiService.java532 String themeId) { in addMediaItemVideoUri() argument
540 intent.putExtra(PARAM_THEME, themeId); in addMediaItemVideoUri()
559 long durationMs, String themeId) { in addMediaItemImageUri() argument
568 intent.putExtra(PARAM_THEME, themeId); in addMediaItemImageUri()
602 String mediaItemId, String afterMediaItemId, String themeId) { in moveMediaItem() argument
608 intent.putExtra(PARAM_THEME, themeId); in moveMediaItem()
622 String themeId) { in removeMediaItem() argument
627 intent.putExtra(PARAM_THEME, themeId); in removeMediaItem()
1625 final String themeId = intent.getStringExtra(PARAM_THEME); in processIntent() local
1626 if (themeId != null) { in processIntent()
[all …]
DVideoEditorProject.java1188 String themeId = null; in fromXml() local
1201 themeId = parser.getAttributeValue("", ATTR_THEME); in fromXml()
1229 playheadPosMs, durationMs, zoomLevel, exportedMovieUri, themeId, downloads); in fromXml()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
DKeyboardSwitcher.java53 public KeyboardTheme(String name, int themeId, int styleId) { in KeyboardTheme() argument
55 mThemeId = themeId; in KeyboardTheme()