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

  /developers/build/prebuilts/gradle/HdrViewfinder/Application/src/main/java/com/example/android/hdrviewfinder/
FixedAspectSurfaceView.java 32 * <p>Depending on the layout, the FixedAspectSurfaceView may not be able to maintain the
38 public class FixedAspectSurfaceView extends SurfaceView {
47 public FixedAspectSurfaceView(Context context, AttributeSet attrs) {
53 R.styleable.FixedAspectSurfaceView, 0, 0);
  /developers/samples/android/media/HdrViewfinder/Application/src/main/java/com/example/android/hdrviewfinder/
FixedAspectSurfaceView.java 32 * <p>Depending on the layout, the FixedAspectSurfaceView may not be able to maintain the
38 public class FixedAspectSurfaceView extends SurfaceView {
47 public FixedAspectSurfaceView(Context context, AttributeSet attrs) {
53 R.styleable.FixedAspectSurfaceView, 0, 0);
  /development/samples/browseable/HdrViewfinder/src/com.example.android.hdrviewfinder/
FixedAspectSurfaceView.java 32 * <p>Depending on the layout, the FixedAspectSurfaceView may not be able to maintain the
38 public class FixedAspectSurfaceView extends SurfaceView {
47 public FixedAspectSurfaceView(Context context, AttributeSet attrs) {
53 R.styleable.FixedAspectSurfaceView, 0, 0);
  /pdk/apps/TestingCamera2/src/com/android/testingcamera2/
FixedAspectSurfaceView.java 30 * <p>Depending on the layout, the FixedAspectSurfaceView may not be able to maintain the
36 public class FixedAspectSurfaceView extends SurfaceView {
38 private static final String TAG = "FixedAspectSurfaceView";
45 public FixedAspectSurfaceView(Context context, AttributeSet attrs) {
51 R.styleable.FixedAspectSurfaceView, 0, 0);

Completed in 1643 milliseconds