Home
last modified time | relevance | path

Searched refs:onGeneratePreviewProgress (Results 1 – 2 of 2) sorted by relevance

/packages/apps/VideoEditor/src/com/android/videoeditor/widgets/
DAudioTrackLinearLayout.java431 public void onGeneratePreviewProgress(String audioTrackId, int action, int progress) { in onGeneratePreviewProgress() method in AudioTrackLinearLayout
/packages/apps/VideoEditor/src/com/android/videoeditor/
DVideoEditorBaseActivity.java209 getAudioTrackLayout().onGeneratePreviewProgress(itemId, action, progress); in onVideoEditorGeneratePreviewProgress()