Searched refs:PlayheadView (Results 1 – 2 of 2) sorted by relevance
36 public class PlayheadView extends View { class48 public PlayheadView(Context context, AttributeSet attrs, int defStyle) { in PlayheadView() method in PlayheadView97 public PlayheadView(Context context, AttributeSet attrs) { in PlayheadView() method in PlayheadView101 public PlayheadView(Context context) { in PlayheadView() method in PlayheadView
78 import com.android.videoeditor.widgets.PlayheadView;171 private PlayheadView mPlayheadView;234 mPlayheadView = (PlayheadView)findViewById(R.id.timeline_playhead); in onCreate()