Searched refs:MSG_SET_SURFACE (Results 1 – 8 of 8) sorted by relevance
55 int MSG_SET_SURFACE = C.MSG_SET_SURFACE; field
1851 .setType(Renderer.MSG_SET_SURFACE) in setVideoSurfaceInternal()
124 type `C.MSG_SET_SURFACE` with an instance of `SurfaceView` as its object.
767 @Deprecated public static final int MSG_SET_SURFACE = 1; field in C
142 type `C.MSG_SET_SURFACE` with an instance of `SurfaceView` as its object.
240 if (messageType == MSG_SET_SURFACE) { in handleMessage()
453 if (messageType == MSG_SET_SURFACE) { in handleMessage()
2335 assertThat(Collections.frequency(rendererMessages, C.MSG_SET_SURFACE)).isEqualTo(2); in setAndSwitchSurface()