Searched defs:effectId (Results 1 – 9 of 9) sorted by relevance
/packages/apps/LegacyCamera/src/com/android/camera/ |
D | EffectsRecorder.java | 126 public static boolean isEffectSupported(int effectId) { in isEffectSupported() 299 public void onEffectsUpdate(int effectId, int effectMsg); in onEffectsUpdate()
|
D | VideoCamera.java | 1996 public void onEffectsUpdate(int effectId, int effectMsg) { in onEffectsUpdate()
|
/packages/apps/Camera/src/com/android/camera/ |
D | EffectsRecorder.java | 119 public static boolean isEffectSupported(int effectId) { in isEffectSupported() 300 public void onEffectsUpdate(int effectId, int effectMsg); in onEffectsUpdate()
|
D | VideoCamera.java | 1919 public void onEffectsUpdate(int effectId, int effectMsg) { in onEffectsUpdate()
|
/packages/apps/VideoEditor/src/com/android/videoeditor/service/ |
D | MovieMediaItem.java | 450 void removeEffect(String effectId) { in removeEffect()
|
D | VideoEditorProject.java | 887 void removeEffect(String mediaItemId, String effectId) { in removeEffect() 900 public MovieEffect getEffect(String mediaItemId, String effectId) { in getEffect()
|
D | ApiServiceListener.java | 401 public void onEffectRemoved(String projectPath, String effectId, in onEffectRemoved()
|
D | ApiService.java | 998 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/ |
D | VideoEditorBaseActivity.java | 682 public void onEffectRemoved(String projectPath, String effectId, String mediaItemId, in onEffectRemoved()
|