HomeSort by relevance Sort by last modified time
    Searched refs:mRatioWidth (Results 1 - 11 of 11) sorted by null

  /developers/build/prebuilts/gradle/Camera2Raw/Application/src/main/java/com/example/android/camera2raw/
AutoFitTextureView.java 28 private int mRatioWidth = 0;
55 if (mRatioWidth == width && mRatioHeight == height) {
58 mRatioWidth = width;
68 if (0 == mRatioWidth || 0 == mRatioHeight) {
71 if (width < height * mRatioWidth / mRatioHeight) {
72 setMeasuredDimension(width, width * mRatioHeight / mRatioWidth);
74 setMeasuredDimension(height * mRatioWidth / mRatioHeight, height);
  /developers/samples/android/media/Camera2Raw/Application/src/main/java/com/example/android/camera2raw/
AutoFitTextureView.java 28 private int mRatioWidth = 0;
55 if (mRatioWidth == width && mRatioHeight == height) {
58 mRatioWidth = width;
68 if (0 == mRatioWidth || 0 == mRatioHeight) {
71 if (width < height * mRatioWidth / mRatioHeight) {
72 setMeasuredDimension(width, width * mRatioHeight / mRatioWidth);
74 setMeasuredDimension(height * mRatioWidth / mRatioHeight, height);
  /development/samples/browseable/Camera2Raw/src/com.example.android.camera2raw/
AutoFitTextureView.java 28 private int mRatioWidth = 0;
55 if (mRatioWidth == width && mRatioHeight == height) {
58 mRatioWidth = width;
68 if (0 == mRatioWidth || 0 == mRatioHeight) {
71 if (width < height * mRatioWidth / mRatioHeight) {
72 setMeasuredDimension(width, width * mRatioHeight / mRatioWidth);
74 setMeasuredDimension(height * mRatioWidth / mRatioHeight, height);
  /developers/build/prebuilts/gradle/Camera2Basic/Application/src/main/java/com/example/android/camera2basic/
AutoFitTextureView.java 28 private int mRatioWidth = 0;
55 mRatioWidth = width;
65 if (0 == mRatioWidth || 0 == mRatioHeight) {
68 if (width < height * mRatioWidth / mRatioHeight) {
69 setMeasuredDimension(width, width * mRatioHeight / mRatioWidth);
71 setMeasuredDimension(height * mRatioWidth / mRatioHeight, height);
  /developers/build/prebuilts/gradle/Camera2Video/Application/src/main/java/com/example/android/camera2video/
AutoFitTextureView.java 28 private int mRatioWidth = 0;
55 mRatioWidth = width;
65 if (0 == mRatioWidth || 0 == mRatioHeight) {
68 if (width < height * mRatioWidth / mRatioHeight) {
69 setMeasuredDimension(width, width * mRatioHeight / mRatioWidth);
71 setMeasuredDimension(height * mRatioWidth / mRatioHeight, height);
  /developers/samples/android/media/Camera2Basic/Application/src/main/java/com/example/android/camera2basic/
AutoFitTextureView.java 28 private int mRatioWidth = 0;
55 mRatioWidth = width;
65 if (0 == mRatioWidth || 0 == mRatioHeight) {
68 if (width < height * mRatioWidth / mRatioHeight) {
69 setMeasuredDimension(width, width * mRatioHeight / mRatioWidth);
71 setMeasuredDimension(height * mRatioWidth / mRatioHeight, height);
  /developers/samples/android/media/Camera2Video/Application/src/main/java/com/example/android/camera2video/
AutoFitTextureView.java 28 private int mRatioWidth = 0;
55 mRatioWidth = width;
65 if (0 == mRatioWidth || 0 == mRatioHeight) {
68 if (width < height * mRatioWidth / mRatioHeight) {
69 setMeasuredDimension(width, width * mRatioHeight / mRatioWidth);
71 setMeasuredDimension(height * mRatioWidth / mRatioHeight, height);
  /development/samples/browseable/Camera2Basic/src/com.example.android.camera2basic/
AutoFitTextureView.java 28 private int mRatioWidth = 0;
55 mRatioWidth = width;
65 if (0 == mRatioWidth || 0 == mRatioHeight) {
68 if (width < height * mRatioWidth / mRatioHeight) {
69 setMeasuredDimension(width, width * mRatioHeight / mRatioWidth);
71 setMeasuredDimension(height * mRatioWidth / mRatioHeight, height);
  /development/samples/browseable/Camera2Video/src/com.example.android.camera2video/
AutoFitTextureView.java 28 private int mRatioWidth = 0;
55 mRatioWidth = width;
65 if (0 == mRatioWidth || 0 == mRatioHeight) {
68 if (width < height * mRatioWidth / mRatioHeight) {
69 setMeasuredDimension(width, width * mRatioHeight / mRatioWidth);
71 setMeasuredDimension(height * mRatioWidth / mRatioHeight, height);
  /external/tensorflow/tensorflow/contrib/lite/java/demo/app/src/main/java/com/example/android/tflitecamerademo/
AutoFitTextureView.java 25 private int mRatioWidth = 0;
52 mRatioWidth = width;
62 if (0 == mRatioWidth || 0 == mRatioHeight) {
65 if (width < height * mRatioWidth / mRatioHeight) {
66 setMeasuredDimension(width, width * mRatioHeight / mRatioWidth);
68 setMeasuredDimension(height * mRatioWidth / mRatioHeight, height);
  /system/extras/power_profile/camera_avg/Application/src/main/java/com/example/android/powerprofile/cameraavg/
AutoFitTextureView.java 28 private int mRatioWidth = 0;
55 mRatioWidth = width;
65 if (0 == mRatioWidth || 0 == mRatioHeight) {
68 if (width < height * mRatioWidth / mRatioHeight) {
69 setMeasuredDimension(width, width * mRatioHeight / mRatioWidth);
71 setMeasuredDimension(height * mRatioWidth / mRatioHeight, height);

Completed in 228 milliseconds