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

  /frameworks/layoutlib/bridge/src/android/view/
SurfaceView.java 28 * Mock version of the SurfaceView.
29 * Only non override public methods from the real SurfaceView have been added in there.
35 public class SurfaceView extends MockView {
37 public SurfaceView(Context context) {
41 public SurfaceView(Context context, AttributeSet attrs) {
45 public SurfaceView(Context context, AttributeSet attrs, int defStyle) {
49 public SurfaceView(Context context, AttributeSet attrs, int defStyleAttr, int defStyleRes) {
  /cts/tests/tests/view/src/android/view/cts/
SurfaceViewTest.java 34 import android.view.SurfaceView;
69 new SurfaceView(mActivity);
70 new SurfaceView(mActivity, null);
71 new SurfaceView(mActivity, null, 0);
114 * check surfaceView size before and after layout
124 // change the SurfaceView size
139 * check surfaceView scroll X and y before and after scrollTo
  /frameworks/base/core/java/android/view/
SurfaceView.java 48 * SurfaceView takes care of placing the surface at the correct location on the
52 * SurfaceView; the SurfaceView punches a hole in its window to allow its
54 * compositing with the Surface any siblings of the SurfaceView that would
62 * properties are used to draw a sibling view on top of the SurfaceView, the
68 * <p>The Surface will be created for you while the SurfaceView's window is
78 * <li> All SurfaceView and
80 * from the thread running the SurfaceView's window (typically the main thread
91 * {@link android.os.Build.VERSION_CODES#N}, SurfaceView's window position is
93 * and scaling a SurfaceView on screen will not cause rendering artifacts. Suc
    [all...]
  /external/robolectric/v1/lib/main/
android.jar 
  /prebuilts/sdk/13/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/17/
android.jar 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/20/
android.jar 
  /prebuilts/sdk/26/
android.jar 
  /prebuilts/sdk/27/
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/tools/common/api-versions/android-1/
android.jar 
  /prebuilts/tools/common/api-versions/android-2/
android.jar 
  /prebuilts/tools/common/api-versions/android-3/
android.jar 
  /prebuilts/tools/common/m2/repository/com/google/android/android/4.0.1.2/
android-4.0.1.2.jar 
  /prebuilts/tools/common/m2/repository/com/google/android/android/4.1.1.4/
android-4.1.1.4.jar 

Completed in 184 milliseconds