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

/packages/apps/VideoEditor/src/com/android/videoeditor/service/
H A DMovieMediaItem.java448 * @param effectId The effect id
450 void removeEffect(String effectId) { argument
452 if (!mEffect.getId().equals(effectId)) {
454 + effectId);
H A DApiServiceListener.java397 * @param effectId The id of the effect which was removed
401 public void onEffectRemoved(String projectPath, String effectId, argument
H A DVideoEditorProject.java885 * @param effectId The effect id
887 void removeEffect(String mediaItemId, String effectId) { argument
889 mediaItem.removeEffect(effectId);
897 * @param effectId The effect id
900 public MovieEffect getEffect(String mediaItemId, String effectId) { argument
H A DApiService.java991 * @param effectId The effect id
998 String effectId, long startTimeMs, long durationMs, int type, int param) {
1003 intent.putExtra(PARAM_STORYBOARD_ITEM_ID, effectId);
1018 * @param effectId The effect id
1025 String mediaItemId, String effectId, long startTimeMs, long durationMs,
1031 intent.putExtra(PARAM_STORYBOARD_ITEM_ID, effectId);
1046 * @param effectId The id of the effect to remove
1049 String effectId) {
1054 intent.putExtra(PARAM_STORYBOARD_ITEM_ID, effectId);
3774 final String effectId
997 addEffectColor(Context context, String projectPath, String mediaItemId, String effectId, long startTimeMs, long durationMs, int type, int param) argument
1024 addEffectKenBurns(Context context, String projectPath, String mediaItemId, String effectId, long startTimeMs, long durationMs, Rect startRect, Rect endRect) argument
1048 removeEffect(Context context, String projectPath, String mediaItemId, String effectId) argument
[all...]
/packages/apps/LegacyCamera/src/com/android/camera/
H A DEffectsRecorder.java126 public static boolean isEffectSupported(int effectId) { argument
127 switch (effectId) {
299 public void onEffectsUpdate(int effectId, int effectMsg); argument
H A DVideoCamera.java1996 public void onEffectsUpdate(int effectId, int effectMsg) { argument
2020 } else if (effectId == EffectsRecorder.EFFECT_BACKDROPPER) {
/packages/apps/Camera/src/com/android/camera/
H A DEffectsRecorder.java183 public static boolean isEffectSupported(int effectId) { argument
187 switch (effectId) {
476 public void onEffectsUpdate(int effectId, int effectMsg); argument
H A DVideoModule.java2018 public void onEffectsUpdate(int effectId, int effectMsg) { argument
2046 } else if (effectId == EffectsRecorder.EFFECT_BACKDROPPER) {
/packages/apps/VideoEditor/src/com/android/videoeditor/
H A DVideoEditorBaseActivity.java682 public void onEffectRemoved(String projectPath, String effectId, String mediaItemId, argument

Completed in 75 milliseconds