OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:onGeneratePreviewProgress
(Results
1 - 2
of
2
) sorted by null
/packages/apps/VideoEditor/src/com/android/videoeditor/widgets/
AudioTrackLinearLayout.java
434
public void
onGeneratePreviewProgress
(String audioTrackId, int action, int progress) {
437
Log.e(TAG, "
onGeneratePreviewProgress
: audio track view not found: " + audioTrackId);
/packages/apps/VideoEditor/src/com/android/videoeditor/
VideoEditorBaseActivity.java
209
getAudioTrackLayout().
onGeneratePreviewProgress
(itemId, action, progress);
[
all
...]
Completed in 444 milliseconds