Home
last modified time | relevance | path

Searched defs:effectId (Results 1 – 9 of 9) sorted by relevance

/packages/apps/LegacyCamera/src/com/android/camera/
DEffectsRecorder.java126 public static boolean isEffectSupported(int effectId) { in isEffectSupported()
299 public void onEffectsUpdate(int effectId, int effectMsg); in onEffectsUpdate()
DVideoCamera.java1996 public void onEffectsUpdate(int effectId, int effectMsg) { in onEffectsUpdate()
/packages/apps/Camera/src/com/android/camera/
DEffectsRecorder.java119 public static boolean isEffectSupported(int effectId) { in isEffectSupported()
300 public void onEffectsUpdate(int effectId, int effectMsg); in onEffectsUpdate()
DVideoCamera.java1919 public void onEffectsUpdate(int effectId, int effectMsg) { in onEffectsUpdate()
/packages/apps/VideoEditor/src/com/android/videoeditor/service/
DMovieMediaItem.java450 void removeEffect(String effectId) { in removeEffect()
DVideoEditorProject.java887 void removeEffect(String mediaItemId, String effectId) { in removeEffect()
900 public MovieEffect getEffect(String mediaItemId, String effectId) { in getEffect()
DApiServiceListener.java401 public void onEffectRemoved(String projectPath, String effectId, in onEffectRemoved()
DApiService.java998 String effectId, long startTimeMs, long durationMs, int type, int param) { in addEffectColor()
1025 String mediaItemId, String effectId, long startTimeMs, long durationMs, in addEffectKenBurns()
1049 String effectId) { in removeEffect()
3774 final String effectId = intent.getStringExtra(PARAM_STORYBOARD_ITEM_ID); in onIntentProcessed() local
/packages/apps/VideoEditor/src/com/android/videoeditor/
DVideoEditorBaseActivity.java682 public void onEffectRemoved(String projectPath, String effectId, String mediaItemId, in onEffectRemoved()