Searched defs:SurfaceViewPlayer (Results 1 - 2 of 2) sorted by relevance

/frameworks/support/frameworks/support/samples/Support7Demos/src/com/example/android/supportv7/media/
H A DLocalPlayer.java387 public static class SurfaceViewPlayer extends LocalPlayer implements class in class:LocalPlayer
389 private static final String TAG = "SurfaceViewPlayer";
395 public SurfaceViewPlayer(Context context) { method in class:LocalPlayer.SurfaceViewPlayer
424 // hide the surface view when SurfaceViewPlayer is destroyed
573 holder.addCallback(SurfaceViewPlayer.this);
/frameworks/support/samples/Support7Demos/src/com/example/android/supportv7/media/
H A DLocalPlayer.java387 public static class SurfaceViewPlayer extends LocalPlayer implements class in class:LocalPlayer
389 private static final String TAG = "SurfaceViewPlayer";
395 public SurfaceViewPlayer(Context context) { method in class:LocalPlayer.SurfaceViewPlayer
424 // hide the surface view when SurfaceViewPlayer is destroyed
573 holder.addCallback(SurfaceViewPlayer.this);

Completed in 306 milliseconds