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

  /frameworks/base/core/java/android/hardware/camera2/params/
HighSpeedVideoConfiguration.java 59 mWidth = checkArgumentPositive(width, "width must be positive");
60 mHeight = checkArgumentPositive(height, "height must be positive");
61 mFpsMin = checkArgumentPositive(fpsMin, "fpsMin must be positive");
63 mBatchSizeMax = checkArgumentPositive(batchSizeMax, "batchSizeMax must be positive");
StreamConfiguration.java 63 mWidth = checkArgumentPositive(width, "width must be positive");
64 mHeight = checkArgumentPositive(height, "height must be positive");
StreamConfigurationDuration.java 58 mWidth = checkArgumentPositive(width, "width must be positive");
59 mHeight = checkArgumentPositive(height, "height must be positive");
LensShadingMap.java 63 mRows = checkArgumentPositive(rows, "rows must be positive");
64 mColumns = checkArgumentPositive(columns, "columns must be positive");
  /frameworks/base/core/java/com/android/internal/util/
TokenBucket.java 22 import static com.android.internal.util.Preconditions.checkArgumentPositive;
54 mFillDelta = checkArgumentPositive(deltaMs, "deltaMs must be strictly positive");
55 mCapacity = checkArgumentPositive(capacity, "capacity must be strictly positive");
Preconditions.java 266 public static int checkArgumentPositive(final int value, final String errorMessage) {
  /frameworks/base/packages/PrintRecommendationService/src/com/android/printservice/recommendation/
RemotePrintServicePlugin.java 80 name = Preconditions.checkArgumentPositive(mPlugin.getName(), "name");
  /frameworks/base/core/java/android/hardware/camera2/legacy/
LegacyCameraDevice.java 708 checkArgumentPositive(width, "width must be positive.");
709 checkArgumentPositive(height, "height must be positive.");
725 checkArgumentPositive(width, "width must be positive.");
726 checkArgumentPositive(height, "height must be positive.");
    [all...]
ParameterUtils.java 726 checkArgumentPositive(cropSize.getWidth(), "cropSize.width must be positive");
727 checkArgumentPositive(cropSize.getHeight(), "cropSize.height must be positive");
    [all...]
  /frameworks/support/compat/java/android/support/v4/util/
Preconditions.java 233 public static int checkArgumentPositive(final int value, final String errorMessage) {
  /frameworks/base/core/java/android/print/
PrintAttributes.java     [all...]
  /frameworks/base/core/java/android/net/
ConnectivityManager.java     [all...]
  /prebuilts/sdk/current/support/compat/libs/
android-support-compat.jar 
  /external/robolectric/v3/runtime/
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 
  /prebuilts/misc/common/robolectric/lib/
android-all-5.0.0_r2-robolectric-1.jar 
android-all-6.0.0_r1-robolectric-0.jar 

Completed in 851 milliseconds