Home
last modified time | relevance | path

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

/packages/apps/VideoEditor/src/com/android/videoeditor/service/
DMovieMediaItem.java450 void removeEffect(String effectId) { in removeEffect() argument
452 if (!mEffect.getId().equals(effectId)) { in removeEffect()
454 + effectId); in removeEffect()
DApiServiceListener.java401 public void onEffectRemoved(String projectPath, String effectId, in onEffectRemoved() argument
DVideoEditorProject.java887 void removeEffect(String mediaItemId, String effectId) { in removeEffect() argument
889 mediaItem.removeEffect(effectId); in removeEffect()
900 public MovieEffect getEffect(String mediaItemId, String effectId) { in getEffect() argument
DApiService.java998 String effectId, long startTimeMs, long durationMs, int type, int param) { in addEffectColor() argument
1003 intent.putExtra(PARAM_STORYBOARD_ITEM_ID, effectId); in addEffectColor()
1025 String mediaItemId, String effectId, long startTimeMs, long durationMs, in addEffectKenBurns() argument
1031 intent.putExtra(PARAM_STORYBOARD_ITEM_ID, effectId); in addEffectKenBurns()
1049 String effectId) { in removeEffect() argument
1054 intent.putExtra(PARAM_STORYBOARD_ITEM_ID, effectId); in removeEffect()
3774 final String effectId = intent.getStringExtra(PARAM_STORYBOARD_ITEM_ID); in onIntentProcessed() local
3779 videoProject.removeEffect(mediaItemId, effectId); in onIntentProcessed()
3784 listener.onEffectRemoved(projectPath, effectId, mediaItemId, ex); in onIntentProcessed()
/packages/apps/LegacyCamera/src/com/android/camera/
DEffectsRecorder.java126 public static boolean isEffectSupported(int effectId) { in isEffectSupported() argument
127 switch (effectId) { in isEffectSupported()
299 public void onEffectsUpdate(int effectId, int effectMsg); in onEffectsUpdate() argument
DVideoCamera.java1996 public void onEffectsUpdate(int effectId, int effectMsg) { in onEffectsUpdate() argument
2020 } else if (effectId == EffectsRecorder.EFFECT_BACKDROPPER) { in onEffectsUpdate()
/packages/apps/Camera/src/com/android/camera/
DEffectsRecorder.java119 public static boolean isEffectSupported(int effectId) { in isEffectSupported() argument
120 switch (effectId) { in isEffectSupported()
300 public void onEffectsUpdate(int effectId, int effectMsg); in onEffectsUpdate() argument
DVideoCamera.java1919 public void onEffectsUpdate(int effectId, int effectMsg) { in onEffectsUpdate() argument
1949 } else if (effectId == EffectsRecorder.EFFECT_BACKDROPPER) { in onEffectsUpdate()
/packages/apps/VideoEditor/src/com/android/videoeditor/
DVideoEditorBaseActivity.java682 public void onEffectRemoved(String projectPath, String effectId, String mediaItemId, in onEffectRemoved() argument