Searched refs:SurfaceView (Results 1 - 19 of 19) sorted by relevance

/frameworks/base/tools/layoutlib/bridge/src/android/view/
H A DSurfaceView.java27 * 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 { class in inherits:MockView
36 public SurfaceView(Context context) { method in class:SurfaceView
40 public SurfaceView(Context context, AttributeSet attrs) { method in class:SurfaceView
44 public SurfaceView(Context context, AttributeSet attrs, int defStyle) { method in class:SurfaceView
/frameworks/base/core/java/android/webkit/
H A DPluginFullScreenHolder.java31 import android.view.SurfaceView;
67 // screen content view. The SurfaceView will be set to the correct mode
69 if (contentView instanceof SurfaceView) {
70 final SurfaceView sView = (SurfaceView) contentView;
H A DViewManager.java19 import android.view.SurfaceView;
143 if(v.mView instanceof SurfaceView) {
145 final SurfaceView sView = (SurfaceView) v.mView;
H A DHTML5VideoFullScreen.java10 import android.view.SurfaceView;
26 private class VideoSurfaceView extends SurfaceView {
115 private SurfaceView getSurfaceView() {
H A DHTML5VideoView.java8 import android.view.SurfaceView;
H A DWebViewCore.java38 import android.view.SurfaceView;
2751 if(pluginView instanceof SurfaceView)
2752 ((SurfaceView)pluginView).setZOrderOnTop(true);
/frameworks/base/graphics/java/android/renderscript/
H A DRSSurfaceView.java30 import android.view.SurfaceView;
35 public class RSSurfaceView extends SurfaceView implements SurfaceHolder.Callback {
H A DRenderScriptGL.java29 import android.view.SurfaceView;
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/
H A DMediaFrameworkTest.java34 import android.view.SurfaceView;
55 public static SurfaceView mSurfaceView;
79 mSurfaceView = (SurfaceView)findViewById(R.id.surface_view);
/frameworks/base/opengl/java/com/google/android/gles_jni/
H A DEGLImpl.java23 import android.view.SurfaceView;
80 if (native_window instanceof SurfaceView) {
81 SurfaceView surfaceView = (SurfaceView)native_window;
97 "SurfaceView, SurfaceHolder or SurfaceTexture at the moment, " +
/frameworks/base/core/java/android/view/
H A DSurfaceView.java44 * 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 { class in inherits:View
82 static private final String TAG = "SurfaceView";
141 /* Set SurfaceView'
175 public SurfaceView(Context context) { method in class:SurfaceView
180 public SurfaceView(Context context, AttributeSet attrs) { method in class:SurfaceView
185 public SurfaceView(Context context, AttributeSet attrs, int defStyle) { method in class:SurfaceView
[all...]
/frameworks/base/tests/RenderScriptTests/ModelViewer/src/com/android/modelviewer/
H A DSceneGraphView.java38 import android.view.SurfaceView;
/frameworks/base/tests/RenderScriptTests/tests/src/com/android/rs/test/
H A DRSTestView.java38 import android.view.SurfaceView;
/frameworks/base/tests/RenderScriptTests/ImageProcessing/src/com/android/rs/image/
H A DImageProcessingActivity.java30 import android.view.SurfaceView;
79 private SurfaceView mSurfaceView;
167 mSurfaceView = (SurfaceView) findViewById(R.id.surface);
/frameworks/base/tests/RenderScriptTests/PerfTest/src/com/android/perftest/
H A DRsBenchView.java39 import android.view.SurfaceView;
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
H A DBridgeWindowSession.java31 import android.view.SurfaceView;
36 * the {@link SurfaceView}.
/frameworks/base/core/java/android/widget/
H A DVideoView.java35 import android.view.SurfaceView;
49 public class VideoView extends SurfaceView implements MediaPlayerControl {
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/mediarecorder/
H A DMediaRecorderTest.java34 import android.view.SurfaceView;
/frameworks/base/opengl/java/android/opengl/
H A DGLSurfaceView.java38 import android.view.SurfaceView;
41 * An implementation of SurfaceView that uses the dedicated surface for
163 public class GLSurfaceView extends SurfaceView implements SurfaceHolder.Callback {
233 // setFormat is done by SurfaceView in SDK 2.3 and newer. Uncomment

Completed in 515 milliseconds