Searched refs:VideoSurfaceView (Results 1 - 5 of 5) sorted by relevance

/frameworks/support/leanback/src/main/java/androidx/leanback/widget/
H A DVideoSurfaceView.java32 public class VideoSurfaceView extends SurfaceView { class in inherits:SurfaceView
34 public VideoSurfaceView(Context context) { method in class:VideoSurfaceView
38 public VideoSurfaceView(Context context, AttributeSet attrs) { method in class:VideoSurfaceView
42 public VideoSurfaceView(Context context, AttributeSet attrs, int defStyleAttr) { method in class:VideoSurfaceView
/frameworks/av/packages/MediaComponents/src/com/android/widget/
H A DVideoSurfaceView.java31 class VideoSurfaceView extends SurfaceView implements VideoViewInterface, SurfaceHolder.Callback { class in inherits:SurfaceView,VideoViewInterface,SurfaceHolder.Callback
32 private static final String TAG = "VideoSurfaceView";
42 public VideoSurfaceView(Context context) { method in class:VideoSurfaceView
46 public VideoSurfaceView(Context context, AttributeSet attrs) { method in class:VideoSurfaceView
50 public VideoSurfaceView(Context context, AttributeSet attrs, int defStyleAttr) { method in class:VideoSurfaceView
54 public VideoSurfaceView(Context context, AttributeSet attrs, int defStyleAttr, method in class:VideoSurfaceView
H A DVideoView2Impl.java121 private VideoSurfaceView mSurfaceView;
280 mSurfaceView = new VideoSurfaceView(mInstance.getContext());
/frameworks/support/media-widget/src/main/java/androidx/media/widget/impl/
H A DVideoSurfaceView.java34 class VideoSurfaceView extends SurfaceView class in inherits:SurfaceView,VideoViewInterface,SurfaceHolder.Callback
36 private static final String TAG = "VideoSurfaceView";
45 VideoSurfaceView(Context context) { method in class:VideoSurfaceView
H A DVideoView2ImplBase.java117 private VideoSurfaceView mSurfaceView;
277 mSurfaceView = new VideoSurfaceView(context);

Completed in 303 milliseconds