List of usage examples for android.view SurfaceHolder.Callback interface-usage
From source file org.ros.android.android_tutorial_teleop.geocam.CameraActivity.java
public class CameraActivity extends Activity implements SurfaceHolder.Callback { private static final int DIALOG_SAVE_PROGRESS = 991; private static final int DIALOG_HIDE_KEYBOARD = 992; // UI elements
From source file com.abhi.barcode.fragment.BarCodeFragment.java
public class BarCodeFragment extends Fragment implements SurfaceHolder.Callback, IConstants, IDialogCreator { private static final String TAG = BarCodeFragment.class.getSimpleName(); private static final String QR_TAG = "QR"; private CameraManager cameraManager; private BarCodeHandler handler;
From source file com.fillerino.wallet.ui.ScanActivity.java
/** * @author Andreas Schildbach * @author John L. Jegutanis */ public final class ScanActivity extends FragmentActivity implements SurfaceHolder.Callback { public static final String INTENT_EXTRA_RESULT = "result";
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 com.coinomi.wallet.ui.ScanActivity.java
/** * @author Andreas Schildbach * @author John L. Jegutanis */ public final class ScanActivity extends FragmentActivity implements SurfaceHolder.Callback { public static final String INTENT_EXTRA_RESULT = "result";
From source file com.crownpay.wallet.ui.ScanActivity.java
/** * @author Andreas Schildbach * @author John L. Jegutanis */ public final class ScanActivity extends FragmentActivity implements SurfaceHolder.Callback { public static final String INTENT_EXTRA_RESULT = "result";
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 tw.jwzhuang.ipcamviewer.devices.CaptureActivity.java
/**
* This activity opens the camera and does the actual scanning on a background
* thread. It draws a viewfinder to help the user place the barcode correctly,
* shows feedback as the image processing is happening, and then overlays the
* results when a scan is successful.
*
From source file org.madmatrix.zxing.android.CaptureActivity.java
/**
* This activity opens the camera and does the actual scanning on a background
* thread. It draws a viewfinder to help the user place the barcode correctly,
* shows feedback as the image processing is happening, and then overlays the
* results when a scan is successful.
*
From source file com.jasompeter.openalpr.CameraActivity.java
@SuppressWarnings("deprecation") public class CameraActivity extends AppCompatActivity implements SurfaceHolder.Callback, OrientationManager.OrientationListener { private static final String TAG = "CameraActivity";