HomeSort by relevance Sort by last modified time
    Searched refs:onWindowCreated (Results 1 - 14 of 14) sorted by null

  /external/deqp/framework/platform/android/
tcuAndroidTestActivity.hpp 48 virtual void onWindowCreated (ANativeWindow* window);
tcuAndroidTestActivity.cpp 62 void TestThread::onWindowCreated (ANativeWindow* window)
tcuAndroidRenderActivity.hpp 138 virtual void onWindowCreated (ANativeWindow* window) = 0;
tcuAndroidRenderActivity.cpp 158 onWindowCreated(message.payload.window);
  /developers/build/prebuilts/gradle/MediaRouter/Application/src/main/java/com/example/android/mediarouter/player/
OverlayDisplayWindow.java 95 public void onWindowCreated(Surface surface);
96 public void onWindowCreated(SurfaceHolder surfaceHolder);
150 mListener.onWindowCreated(holder);
395 mListener.onWindowCreated(new Surface(surfaceTexture));
LocalPlayer.java 616 public void onWindowCreated(Surface surface) {
621 public void onWindowCreated(SurfaceHolder surfaceHolder) {
  /developers/samples/android/media/MediaRouter/Application/src/main/java/com/example/android/mediarouter/player/
OverlayDisplayWindow.java 95 public void onWindowCreated(Surface surface);
96 public void onWindowCreated(SurfaceHolder surfaceHolder);
150 mListener.onWindowCreated(holder);
395 mListener.onWindowCreated(new Surface(surfaceTexture));
LocalPlayer.java 616 public void onWindowCreated(Surface surface) {
621 public void onWindowCreated(SurfaceHolder surfaceHolder) {
  /development/samples/browseable/MediaRouter/src/com.example.android.mediarouter/player/
OverlayDisplayWindow.java 95 public void onWindowCreated(Surface surface);
96 public void onWindowCreated(SurfaceHolder surfaceHolder);
150 mListener.onWindowCreated(holder);
395 mListener.onWindowCreated(new Surface(surfaceTexture));
LocalPlayer.java 616 public void onWindowCreated(Surface surface) {
621 public void onWindowCreated(SurfaceHolder surfaceHolder) {
  /frameworks/support/samples/Support7Demos/src/com/example/android/supportv7/media/
OverlayDisplayWindow.java 99 void onWindowCreated(Surface surface);
100 void onWindowCreated(SurfaceHolder surfaceHolder);
155 mListener.onWindowCreated(holder);
411 mListener.onWindowCreated(new Surface(surfaceTexture));
LocalPlayer.java 637 public void onWindowCreated(Surface surface) {
642 public void onWindowCreated(SurfaceHolder surfaceHolder) {
  /frameworks/base/services/core/java/com/android/server/display/
OverlayDisplayWindow.java 320 mListener.onWindowCreated(surfaceTexture,
391 public void onWindowCreated(SurfaceTexture surfaceTexture,
OverlayDisplayAdapter.java 403 public void onWindowCreated(SurfaceTexture surfaceTexture, float refreshRate,

Completed in 529 milliseconds