Searched refs:videoRes (Results 1 – 2 of 2) sorted by relevance
62 public static VideoPlayer create(Context context, @RawRes int videoRes, in create() argument64 return new VideoPlayer(context, videoRes, textureView); in create()67 private VideoPlayer(Context context, @RawRes int videoRes, TextureView textureView) { in VideoPlayer() argument69 this.mVideoRes = videoRes; in VideoPlayer()
60 final int videoRes = 0; in initVideoPlayer() local63 mVideoPlayer = spy(VideoPlayer.create(context, videoRes, mTextureView)); in initVideoPlayer()