HomeSort by relevance Sort by last modified time
    Searched defs:SurfaceView (Results 1 - 12 of 12) 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 30 import android.view.SurfaceView;
52 new SurfaceView(mContext);
53 new SurfaceView(mContext, null);
54 new SurfaceView(mContext, null, 0);
97 * check surfaceView size before and after layout
105 // change the SurfaceView size
121 * check surfaceView scroll X and y before and after scrollTo
  /frameworks/base/core/java/android/view/
SurfaceView.java 44 * SurfaceView takes care of placing the surface at the correct location on the
48 * SurfaceView; the SurfaceView punches a hole in its window to allow its
50 * compositing with the Surface any siblings of the SurfaceView that would
59 * <p>The Surface will be created for you while the SurfaceView's window is
69 * <li> All SurfaceView and
71 * from the thread running the SurfaceView's window (typically the main thread
81 public class SurfaceView extends View {
82 static private final String TAG = "SurfaceView";
141 /* Set SurfaceView's format to 565 by default to maintain backwar
    [all...]
  /prebuilts/sdk/13/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/4/
android.jar 
  /prebuilts/sdk/5/
android.jar 
  /prebuilts/sdk/6/
android.jar 
  /prebuilts/sdk/7/
android.jar 
  /prebuilts/sdk/9/
android.jar 
  /prebuilts/sdk/current/
android.jar 

Completed in 431 milliseconds