Example usage for android.view TextureView subclass-usage

List of usage examples for android.view TextureView subclass-usage

Introduction

In this page you can find the example usage for android.view TextureView subclass-usage.

Usage

From source file ca.frozen.rpicameraviewer.views.ZoomPanTextureView.java

public class ZoomPanTextureView extends TextureView {
    private GestureDetectorCompat panDetector;
    private ScaleGestureDetector scaleDetector;
    private int fitWidth, fitHeight;
    private PointF fitZoom = new PointF(1, 1);
    private PointF pan = new PointF(0, 0);

From source file im.ene.lab.toro.player.widget.VideoPlayerView.java

/**
 * Created by eneim on 6/4/16.
 */
@TargetApi(Build.VERSION_CODES.JELLY_BEAN)
public class VideoPlayerView extends TextureView implements Cineer.Player {

From source file percept.myplan.player.widget.ToroVideoView.java

/**
 * Created by eneim on 6/4/16.
 */
@TargetApi(Build.VERSION_CODES.JELLY_BEAN) //
public class ToroVideoView extends TextureView implements Cineer.VideoPlayer {