Searched refs:effectId (Results 1 – 9 of 9) sorted by relevance
/packages/apps/VideoEditor/src/com/android/videoeditor/service/ |
D | MovieMediaItem.java | 450 void removeEffect(String effectId) { in removeEffect() argument 452 if (!mEffect.getId().equals(effectId)) { in removeEffect() 454 + effectId); in removeEffect()
|
D | ApiServiceListener.java | 401 public void onEffectRemoved(String projectPath, String effectId, in onEffectRemoved() argument
|
D | VideoEditorProject.java | 887 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
|
D | ApiService.java | 998 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/ |
D | EffectsRecorder.java | 126 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
|
D | VideoCamera.java | 1996 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/ |
D | EffectsRecorder.java | 119 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
|
D | VideoCamera.java | 1919 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/ |
D | VideoEditorBaseActivity.java | 682 public void onEffectRemoved(String projectPath, String effectId, String mediaItemId, in onEffectRemoved() argument
|