Home
last modified time | relevance | path

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

/development/samples/browseable/MediaRouter/src/com.example.android.mediarouter/player/
DOverlayDisplayWindow.java95 public void onWindowCreated(Surface surface); in onWindowCreated() method
96 public void onWindowCreated(SurfaceHolder surfaceHolder); in onWindowCreated() method
150 mListener.onWindowCreated(holder); in show()
395 mListener.onWindowCreated(new Surface(surfaceTexture));
DLocalPlayer.java616 public void onWindowCreated(Surface surface) { in onWindowCreated() method in LocalPlayer.OverlayPlayer
621 public void onWindowCreated(SurfaceHolder surfaceHolder) { in onWindowCreated() method in LocalPlayer.OverlayPlayer
/development/samples/Support7Demos/src/com/example/android/supportv7/media/
DOverlayDisplayWindow.java98 public void onWindowCreated(Surface surface); in onWindowCreated() method
99 public void onWindowCreated(SurfaceHolder surfaceHolder); in onWindowCreated() method
153 mListener.onWindowCreated(holder); in show()
408 mListener.onWindowCreated(new Surface(surfaceTexture));
DLocalPlayer.java619 public void onWindowCreated(Surface surface) { in onWindowCreated() method in LocalPlayer.OverlayPlayer
624 public void onWindowCreated(SurfaceHolder surfaceHolder) { in onWindowCreated() method in LocalPlayer.OverlayPlayer