Searched defs:surfaceView (Results 1 – 15 of 15) sorted by relevance
112 SurfaceView surfaceView = new SurfaceView(this); in onCreate() local237 private void setCurrentOutputView(@Nullable SurfaceView surfaceView) { in setCurrentOutputView()244 private void attachSurfaceListener(SurfaceView surfaceView) { in attachSurfaceListener()265 private static void reparent(@Nullable SurfaceView surfaceView) { in reparent()
87 private final GLSurfaceView surfaceView; field in VideoDecoderRenderer104 public VideoDecoderRenderer(GLSurfaceView surfaceView) { in VideoDecoderRenderer()
16 GrWaitRenderTask(GrSurfaceProxyView surfaceView, in GrWaitRenderTask()
680 sk_sp<GrOpsTask> GrDrawingManager::newOpsTask(GrSurfaceProxyView surfaceView, in newOpsTask()
106 SurfaceView surfaceView = (SurfaceView) findViewById(R.id.preview_view); in onResume() local149 SurfaceView surfaceView = (SurfaceView) findViewById(R.id.preview_view); in onPause() local
55 SurfaceView surfaceView = findViewById(R.id.surface); in onCreate() local
90 private @MonotonicNonNull SurfaceView surfaceView; field in HostActivity
212 SurfaceView surfaceView = new SurfaceView(mViewerActivity); in onItemSelected() local
76 SurfaceView surfaceView = (SurfaceView) findViewById(R.id.surfaceView); in onCreate() local
225 GrSurfaceProxyView surfaceView = rtc->writeSurfaceView(); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local
285 void setVideoSurfaceView(@Nullable SurfaceView surfaceView); in setVideoSurfaceView()293 void clearVideoSurfaceView(@Nullable SurfaceView surfaceView); in clearVideoSurfaceView()
609 public void setVideoSurfaceView(@Nullable SurfaceView surfaceView) { in setVideoSurfaceView()614 public void clearVideoSurfaceView(@Nullable SurfaceView surfaceView) { in clearVideoSurfaceView()
299 @Nullable private final View surfaceView; field in PlayerView