Searched refs:IntRange (Results 1 – 5 of 5) sorted by relevance
/tools/metalava/stub-annotations/src/main/java/androidx/annotation/ |
D | RequiresApi.java | 35 @IntRange(from = 1) 39 @IntRange(from = 1)
|
D | IntRange.java | 31 public @interface IntRange { annotation
|
/tools/metalava/metalava/src/test/java/com/android/tools/metalava/compatibility/ |
D | CompatibilityCheckAndroidApisTest.kt | 258 protected fun shardTestParameters(apiLevelRange: IntRange) = in toString()
|
/tools/metalava/metalava-model-text/src/test/resources/com/android/tools/metalava/model/text/core/api/ |
D | 1.12.0-beta01.txt | 37 …method public static void requestPermissions(android.app.Activity, String![], @IntRange(from=0) in… 54 …method public boolean onActivityResult(android.app.Activity, @IntRange(from=0) int, int, android.c… 55 … method public boolean requestPermissions(android.app.Activity, String![], @IntRange(from=0) int); 1463 …method public static void RGBToHSL(@IntRange(from=0, to=255) int, @IntRange(from=0, to=255) int, @… 1464 …method public static void RGBToLAB(@IntRange(from=0, to=255) int, @IntRange(from=0, to=255) int, @… 1465 …method public static void RGBToXYZ(@IntRange(from=0, to=255) int, @IntRange(from=0, to=255) int, @… 1481 …method @ColorInt public static int setAlphaComponent(@ColorInt int, @IntRange(from=0, to=255) int); 1520 …s.Typeface create(android.content.Context, android.graphics.Typeface?, @IntRange(from=1, to=1000) … 1660 … method @FloatRange(from=0, to=360) public abstract float getAzimuthDegrees(@IntRange(from=0) int); 1661 … method @FloatRange(from=0, to=63) public abstract float getBasebandCn0DbHz(@IntRange(from=0) int); [all …]
|
/tools/metalava/metalava/src/test/java/com/android/tools/metalava/ |
D | ApiFileTest.kt | 4518 fun `@IntRange value in kotlin`() { in @IntRange value in kotlin()
|