HomeSort by relevance Sort by last modified time
    Searched defs:SurfaceView (Results 1 - 8 of 8) sorted by null

  /frameworks/base/tools/layoutlib/bridge/src/android/view/
SurfaceView.java 27 * Mock version of the SurfaceView.
28 * Only non override public methods from the real SurfaceView have been added in there.
34 public class SurfaceView extends MockView {
36 public SurfaceView(Context context) {
40 public SurfaceView(Context context, AttributeSet attrs) {
44 public SurfaceView(Context context, AttributeSet attrs, int defStyle) {
  /cts/tests/tests/view/src/android/view/cts/
SurfaceViewTest.java 29 import android.view.SurfaceView;
36 @TestTargetClass(SurfaceView.class)
59 notes = "Test constructor(s) of {@link SurfaceView}",
60 method = "SurfaceView",
65 notes = "Test constructor(s) of {@link SurfaceView}",
66 method = "SurfaceView",
71 notes = "Test constructor(s) of {@link SurfaceView}",
72 method = "SurfaceView",
77 new SurfaceView(mContext);
78 new SurfaceView(mContext, null)
    [all...]
  /frameworks/base/core/java/android/view/
SurfaceView.java 47 * SurfaceView takes care of placing the surface at the correct location on the
51 * SurfaceView; the SurfaceView punches a hole in its window to allow its
53 * compositing with the Surface any siblings of the SurfaceView that would
62 * <p>The Surface will be created for you while the SurfaceView's window is
72 * <li> All SurfaceView and
74 * from the thread running the SurfaceView's window (typically the main thread
84 public class SurfaceView extends View {
85 static private final String TAG = "SurfaceView";
144 /* Set SurfaceView's format to 565 by default to maintain backwar
    [all...]
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/7/
android.jar 
  /prebuilt/sdk/9/
android.jar 

Completed in 336 milliseconds