Home
last modified time | relevance | path

Searched refs:updateSurface (Results 1 – 1 of 1) sorted by relevance

/packages/apps/TV/interactive/SampleTvInteractiveAppService/src/com/android/tv/samples/sampletvinteractiveappservice/
DTiasSessionImpl.java211 updateSurface(surface, mWidth, mHeight); in onSetSurface()
223 updateSurface(mSurface, width, height); in onSurfaceChanged()
445 private void updateSurface(Surface surface, int width, int height) { in updateSurface() method in TiasSessionImpl