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

  /frameworks/base/core/java/com/android/internal/util/
Preconditions.java 130 public static int checkArgumentPositive(final int value, final String errorMessage) {
  /frameworks/base/core/java/android/hardware/camera2/legacy/
LegacyCameraDevice.java 621 checkArgumentPositive(width, "width must be positive.");
622 checkArgumentPositive(height, "height must be positive.");
633 checkArgumentPositive(width, "width must be positive.");
634 checkArgumentPositive(height, "height must be positive.");
650 checkArgumentPositive(width, "width must be positive.");
651 checkArgumentPositive(height, "height must be positive.");

Completed in 1044 milliseconds