Searched refs:onRequestMovePlayhead (Results 1 - 3 of 3) sorted by relevance

/packages/apps/VideoEditor/src/com/android/videoeditor/widgets/
H A DMediaLinearLayoutListener.java39 void onRequestMovePlayhead(long scrollToTime, boolean smooth); method in interface:MediaLinearLayoutListener
H A DMediaLinearLayout.java1717 mListener.onRequestMovePlayhead(positionMs, true);
1734 mListener.onRequestMovePlayhead(positionMs, true);
2393 mListener.onRequestMovePlayhead(getBeginTime(mMediaItem), false);
2590 mListener.onRequestMovePlayhead(getEndTime(mMediaItem), false);
/packages/apps/VideoEditor/src/com/android/videoeditor/
H A DVideoEditorActivity.java253 public void onRequestMovePlayhead(long scrollToTime, boolean smooth) {

Completed in 118 milliseconds