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

  /frameworks/base/tests/Camera2Tests/CameraToo/src/com/example/android/camera2/cameratoo/
CameraTooActivity.java 92 List<Size> bigEnough = new ArrayList<Size>();
95 bigEnough.add(option);
100 if (bigEnough.size() > 0) {
101 return Collections.min(bigEnough, new CompareSizesByArea());
  /developers/build/prebuilts/gradle/Camera2Basic/Application/src/main/java/com/example/android/camera2basic/
Camera2BasicFragment.java 357 List<Size> bigEnough = new ArrayList<Size>();
363 bigEnough.add(option);
368 if (bigEnough.size() > 0) {
369 return Collections.min(bigEnough, new CompareSizesByArea());
  /developers/build/prebuilts/gradle/Camera2Video/Application/src/main/java/com/example/android/camera2video/
Camera2VideoFragment.java 236 List<Size> bigEnough = new ArrayList<Size>();
242 bigEnough.add(option);
247 if (bigEnough.size() > 0) {
248 return Collections.min(bigEnough, new CompareSizesByArea());
  /developers/samples/android/media/Camera2Basic/Application/src/main/java/com/example/android/camera2basic/
Camera2BasicFragment.java 357 List<Size> bigEnough = new ArrayList<Size>();
363 bigEnough.add(option);
368 if (bigEnough.size() > 0) {
369 return Collections.min(bigEnough, new CompareSizesByArea());
  /developers/samples/android/media/Camera2Video/Application/src/main/java/com/example/android/camera2video/
Camera2VideoFragment.java 236 List<Size> bigEnough = new ArrayList<Size>();
242 bigEnough.add(option);
247 if (bigEnough.size() > 0) {
248 return Collections.min(bigEnough, new CompareSizesByArea());
  /development/samples/browseable/Camera2Basic/src/com.example.android.camera2basic/
Camera2BasicFragment.java 330 List<Size> bigEnough = new ArrayList<Size>();
336 bigEnough.add(option);
341 if (bigEnough.size() > 0) {
342 return Collections.min(bigEnough, new CompareSizesByArea());
  /development/samples/browseable/Camera2Video/src/com.example.android.camera2video/
Camera2VideoFragment.java 236 List<Size> bigEnough = new ArrayList<Size>();
242 bigEnough.add(option);
247 if (bigEnough.size() > 0) {
248 return Collections.min(bigEnough, new CompareSizesByArea());

Completed in 492 milliseconds