List of usage examples for android.view SurfaceView subclass-usage
From source file foam.jellyfish.StarwispCanvas.java
class StarwispCanvas extends SurfaceView implements SurfaceHolder.Callback { StarwispCanvasThread m_Thread; JSONArray m_Drawlist; public Typeface m_Typeface; int m_viewWidth;
From source file com.parrot.cyclops.CameraView.java
public class CameraView extends SurfaceView implements CameraCtrl.SyncCallback { public interface OnCameraStateListener extends CameraCtrl.SyncCallback { public void onOpen(boolean opened); public void onUpdateDisplay(int displayId);
From source file com.pbi.live.VideoView.java
/**
* Displays a video file. The VideoView class
* can load images from various sources (such as resources or content
* providers), takes care of computing its measurement from the video so that
* it can be used in any layout manager, and provides various display options
* such as scaling and tinting.
From source file uk.ac.horizon.artcodes.camera.CameraView.java
@SuppressWarnings("deprecation") public class CameraView extends SurfaceView implements CameraFocusControl { private static final String THREAD_NAME = "Frame Processor"; private CameraInfo info; private Camera camera; private int facing = Camera.CameraInfo.CAMERA_FACING_BACK;
From source file org.artoolkit.ar.utils.calib_optical.CameraSurface.java
public class CameraSurface extends SurfaceView implements SurfaceHolder.Callback, Camera.PreviewCallback { private static final String TAG = "CameraSurface"; private Camera camera; private boolean mustAskPermissionFirst = false;
From source file android.widget.TiVideoView4.java
/**
* Displays a video file. The VideoView class
* can load images from various sources (such as resources or content
* providers), takes care of computing its measurement from the video so that
* it can be used in any layout manager, and provides various display options
* such as scaling and tinting.
From source file CookieVideoView.java
/**
* Displays a video file. The VideoView class
* can load images from various sources (such as resources or content
* providers), takes care of computing its measurement from the video so that
* it can be used in any layout manager, and provides various display options
* such as scaling and tinting.
From source file org.artoolkit.ar.base.camera.CaptureCameraPreview.java
@SuppressLint("ViewConstructor") public class CaptureCameraPreview extends SurfaceView implements SurfaceHolder.Callback, Camera.PreviewCallback { /** * Android logging tag for this class. */
From source file danonino.danonino_the_game.Core.GamePanel.java
public class GamePanel extends SurfaceView implements SurfaceHolder.Callback { private static int WIDTH; private static int HEIGHT; private MainThread thread; private Background bg;
From source file com.bangtoven.cookievideoview.CookieVideoView.java
/**
* Displays a video file. The VideoView class
* can load images from various sources (such as resources or content
* providers), takes care of computing its measurement from the video so that
* it can be used in any layout manager, and provides various display options
* such as scaling and tinting.