Home
last modified time | relevance | path

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

/packages/apps/VideoEditor/src/com/android/videoeditor/widgets/
DPlayheadView.java36 public class PlayheadView extends View { class
48 public PlayheadView(Context context, AttributeSet attrs, int defStyle) { in PlayheadView() method in PlayheadView
97 public PlayheadView(Context context, AttributeSet attrs) { in PlayheadView() method in PlayheadView
101 public PlayheadView(Context context) { in PlayheadView() method in PlayheadView
/packages/apps/VideoEditor/src/com/android/videoeditor/
DVideoEditorActivity.java78 import com.android.videoeditor.widgets.PlayheadView;
171 private PlayheadView mPlayheadView;
234 mPlayheadView = (PlayheadView)findViewById(R.id.timeline_playhead); in onCreate()