/aosp14/frameworks/base/location/java/android/location/ |
H A D | Geocoder.java | 128 @FloatRange(from = -90D, to = 90D) double latitude, in getFromLocation() argument 155 @FloatRange(from = -90D, to = 90D) double latitude, in getFromLocation() argument 270 @FloatRange(from = -90D, to = 90D) double lowerLeftLatitude, in getFromLocationName() argument 309 @FloatRange(from = -90D, to = 90D) double lowerLeftLatitude, in getFromLocationName() argument
|
H A D | GnssReflectingPlane.java | 162 @FloatRange(from = -90.0f, to = 90.0f) double latitudeDegrees) { in setLatitudeDegrees() argument 169 @FloatRange(from = -180.0f, to = 180.0f) double longitudeDegrees) { in setLongitudeDegrees() argument 179 @FloatRange(from = -1000.0f, to = 10000.0f) double altitudeMeters) { in setAltitudeMeters() argument 186 @FloatRange(from = 0.0f, to = 360.0f) double azimuthDegrees) { in setAzimuthDegrees() argument
|
H A D | GnssMeasurementCorrections.java | 308 @FloatRange(from = -90.0f, to = 90.0f) double latitudeDegrees) { in setLatitudeDegrees() argument 315 @FloatRange(from = -180.0f, to = 180.0f) double longitudeDegrees) { in setLongitudeDegrees() argument 325 @FloatRange(from = -1000.0f, to = 10000.0f) double altitudeMeters) { in setAltitudeMeters() argument 377 @FloatRange(from = 0.0f, to = 360.0f) in setEnvironmentBearingDegrees() argument 390 @FloatRange(from = 0.0f, to = 180.0f) in setEnvironmentBearingUncertaintyDegrees() argument
|
/aosp14/frameworks/base/core/java/com/android/internal/graphics/ |
H A D | ColorUtils.java | 219 public static void RGBToHSL(@IntRange(from = 0x0, to = 0xFF) int r, in RGBToHSL() argument 374 @IntRange(from = 0x0, to = 0xFF) int alpha) { in setAlphaComponent() argument 405 public static void RGBToLAB(@IntRange(from = 0x0, to = 0xFF) int r, in RGBToLAB() argument 451 public static void RGBToXYZ(@IntRange(from = 0x0, to = 0xFF) int r, in RGBToXYZ() argument 551 public static int XYZToColor(@FloatRange(from = 0f, to = XYZ_WHITE_REFERENCE_X) double x, in XYZToColor() argument 577 public static int LABToColor(@FloatRange(from = 0f, to = 100) final double l, in LABToColor() argument 620 @FloatRange(from = 0.0, to = 1.0) float ratio) { in blendARGB() argument 642 @FloatRange(from = 0.0, to = 1.0) float ratio, @NonNull float[] outResult) { in blendHSL() argument 665 @FloatRange(from = 0.0, to = 1.0) double ratio, @NonNull double[] outResult) { in blendLAB() argument
|
/aosp14/frameworks/base/core/java/com/android/internal/graphics/palette/ |
H A D | Target.java | 173 public Builder setMinimumChroma(@FloatRange(from = 0, to = 100) float value) { in setMinimumChroma() argument 180 public Builder setTargetChroma(@FloatRange(from = 0, to = 100) float value) { in setTargetChroma() argument 187 public Builder setMaximumChroma(@FloatRange(from = 0, to = 100) float value) { in setMaximumChroma() argument 194 public Builder setTargetRelativeLuminance(@FloatRange(from = 0, to = 100) float value) { in setTargetRelativeLuminance() argument 201 public Builder setTargetPerceptualLuminance(@FloatRange(from = 0, to = 100) float value) { in setTargetPerceptualLuminance() argument 211 public Builder setTargetHue(@IntRange(from = 0, to = 360) int hue) { in setTargetHue() argument 219 @FloatRange(from = 1, to = 21) float value, in setContrastRatio() argument
|
/aosp14/frameworks/base/telephony/java/android/telephony/ims/stub/ |
H A D | ImsSmsImplBase.java | 178 public void sendSms(int token, @IntRange(from = 0, to = 65535) int messageRef, in sendSms() argument 220 public void acknowledgeSms(int token, @IntRange(from = 0, to = 65535) int messageRef, in acknowledgeSms() argument 240 public void acknowledgeSms(int token, @IntRange(from = 0, to = 65535) int messageRef, in acknowledgeSms() argument 259 public void acknowledgeSmsReport(int token, @IntRange(from = 0, to = 65535) int messageRef, in acknowledgeSmsReport() argument 316 public final void onSendSmsResultSuccess(int token, in onSendSmsResultSuccess() argument 353 public final void onSendSmsResult(int token, @IntRange(from = 0, to = 65535) int messageRef, in onSendSmsResult() argument 389 public final void onSendSmsResultError(int token, in onSendSmsResultError() argument 459 public final void onSmsStatusReportReceived(int token, in onSmsStatusReportReceived() argument
|
H A D | RcsCapabilityExchangeImplBase.java | 165 void onNetworkResponse(@IntRange(from = 100, to = 699) int sipCode, in onNetworkResponse() argument 192 void onNetworkResponse(@IntRange(from = 100, to = 699) int sipCode, in onNetworkResponse() argument 300 void onNetworkResponse(@IntRange(from = 100, to = 699) int sipCode, in onNetworkResponse() argument 327 void onNetworkResponse(@IntRange(from = 100, to = 699) int sipCode, in onNetworkResponse() argument
|
/aosp14/frameworks/base/core/java/com/android/internal/util/ |
H A D | ContrastColorUtil.java | 766 @IntRange(from = 0x0, to = 0xFF) int alpha) { in setAlphaComponent() argument 833 public static void RGBToLAB(@IntRange(from = 0x0, to = 0xFF) int r, in RGBToLAB() argument 879 public static void RGBToXYZ(@IntRange(from = 0x0, to = 0xFF) int r, in RGBToXYZ() argument 979 public static int XYZToColor(@FloatRange(from = 0f, to = XYZ_WHITE_REFERENCE_X) double x, in XYZToColor() argument 1005 public static int LABToColor(@FloatRange(from = 0f, to = 100) final double l, in LABToColor() argument 1131 public static void RGBToHSL(@IntRange(from = 0x0, to = 0xFF) int r, in RGBToHSL() argument
|
/aosp14/frameworks/base/packages/services/Proxy/src/com/android/proxyhandler/ |
H A D | SocketConnect.java | 14 private OutputStream to; field in SocketConnect 16 public SocketConnect(Socket from, Socket to) throws IOException { in SocketConnect()
|
/aosp14/frameworks/base/core/java/android/widget/ |
H A D | SimpleCursorAdapter.java | 81 public SimpleCursorAdapter(Context context, int layout, Cursor c, String[] from, int[] to) { in SimpleCursorAdapter() 107 int[] to, int flags) { in SimpleCursorAdapter() 143 final int[] to = mTo; in bindView() local 364 public void changeCursorAndColumns(Cursor c, String[] from, int[] to) { in changeCursorAndColumns()
|
H A D | TimePicker.java | 185 public void setHour(@IntRange(from = 0, to = 23) int hour) { in setHour() argument 206 public void setMinute(@IntRange(from = 0, to = 59) int minute) { in setMinute() argument 378 void setHour(@IntRange(from = 0, to = 23) int hour); in setHour() argument 381 void setMinute(@IntRange(from = 0, to = 59) int minute); in setMinute() argument 384 void setDate(@IntRange(from = 0, to = 23) int hour, in setDate() argument
|
/aosp14/frameworks/base/graphics/java/android/graphics/ |
H A D | Color.java | 611 public float getComponent(@IntRange(from = 0, to = 4) int component) { in getComponent() argument 1283 @IntRange(from = 0, to = 255) int red, in rgb() argument 1319 @IntRange(from = 0, to = 255) int alpha, in argb() argument 1415 @IntRange(from = 0, to = 255) int red, in RGBToHSV() argument 1468 public static int HSVToColor(@IntRange(from = 0, to = 255) int alpha, @Size(3) float hsv[]) { in HSVToColor() argument
|
/aosp14/frameworks/base/core/java/android/view/ |
H A D | WindowInsetsAnimationController.java | 138 void setInsetsAndAlpha(@Nullable Insets insets, @FloatRange(from = 0f, to = 1f) float alpha, in setInsetsAndAlpha() argument
|
/aosp14/frameworks/base/core/java/android/service/notification/ |
H A D | ZenModeDiff.java | 65 public FieldDiff(@Nullable T from, @Nullable T to) { in FieldDiff() 80 public T to() { in to() method in ZenModeDiff.FieldDiff 132 BaseDiff(Object from, Object to) { in BaseDiff() 233 public ConfigDiff(ZenModeConfig from, ZenModeConfig to) { in ConfigDiff() 467 public RuleDiff(ZenModeConfig.ZenRule from, ZenModeConfig.ZenRule to) { in RuleDiff()
|
/aosp14/frameworks/base/services/core/java/com/android/server/am/ |
H A D | ComponentAliasResolver.java | 254 private static boolean validateAlias(ComponentName from, ComponentName to) { in validateAlias() 270 private void validateAndAddAliasLocked(ComponentName from, ComponentName to) { in validateAndAddAliasLocked() 293 final ComponentName to = unflatten(ci.metaData.getString(META_DATA_ALIAS_TARGET)); in extractAliasesLocked() local 324 final ComponentName to = unflatten(fields[1]); in loadOverridesLocked() local 354 ComponentName to = mFromTo.valueAt(i); in dump() local
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/floatingmenu/ |
H A D | Position.java | 78 public void update(@FloatRange(from = 0.0, to = 1.0) float percentageX, in update() argument
|
/aosp14/frameworks/base/core/java/com/android/internal/app/ |
H A D | MessageSamplingConfig.java | 72 @IntRange(from = -1L, to = AppOpsManager._NUM_OP - 1) int sampledOpCode, in MessageSamplingConfig() argument
|
/aosp14/frameworks/base/tests/testables/src/android/testing/ |
H A D | LayoutInflaterBuilder.java | 81 public LayoutInflaterBuilder replace(@NonNull Class from, @NonNull Class to) { in replace() 93 public LayoutInflaterBuilder replace(@NonNull String tag, @NonNull Class to) { in replace()
|
/aosp14/frameworks/base/core/java/android/text/ |
H A D | Selection.java | 314 int to = layout.getOffsetToLeftOf(end); in moveLeft() local 339 int to = layout.getOffsetToRightOf(end); in moveRight() local 367 int to = TextUtils.lastIndexOf(text, PARAGRAPH_SEPARATOR, start - 1); in moveToParagraphStart() local 394 int to = TextUtils.indexOf(text, PARAGRAPH_SEPARATOR, end + 1); in moveToParagraphEnd() local 414 int to = TextUtils.lastIndexOf(text, PARAGRAPH_SEPARATOR, end - 1); in extendToParagraphStart() local 433 int to = TextUtils.indexOf(text, PARAGRAPH_SEPARATOR, end + 1); in extendToParagraphEnd() local 488 int to = layout.getOffsetToLeftOf(end); in extendLeft() local 504 int to = layout.getOffsetToRightOf(end); in extendRight() local
|
/aosp14/frameworks/base/telephony/java/android/telephony/ |
H A D | CellBroadcastIdRange.java | 52 public CellBroadcastIdRange(@IntRange(from = 0, to = 0xFFFF) int startId, in CellBroadcastIdRange() argument
|
/aosp14/frameworks/base/core/proto/android/server/ |
H A D | animationadapter.proto | 68 optional .android.graphics.PointProto to = 2; field 77 optional float to = 2; field
|
/aosp14/frameworks/base/media/java/android/media/metrics/ |
H A D | TrackChangeEvent.java | 504 public @NonNull Builder setBitrate(@IntRange(from = -1, to = Integer.MAX_VALUE) int value) { in setBitrate() argument 552 @IntRange(from = -1, to = Integer.MAX_VALUE) int value) { in setChannelCount() argument 564 @IntRange(from = -1, to = Integer.MAX_VALUE) int value) { in setAudioSampleRate() argument 575 public @NonNull Builder setWidth(@IntRange(from = -1, to = Integer.MAX_VALUE) int value) { in setWidth() argument 586 public @NonNull Builder setHeight(@IntRange(from = -1, to = Integer.MAX_VALUE) int value) { in setHeight() argument 598 @FloatRange(from = -1, to = Float.MAX_VALUE) float value) { in setVideoFrameRate() argument
|
/aosp14/frameworks/base/core/java/android/content/om/ |
H A D | FabricatedOverlay.java | 179 @IntRange(from = TypedValue.TYPE_FIRST_INT, to = TypedValue.TYPE_LAST_INT) in setResourceValue() argument 204 @IntRange(from = TypedValue.TYPE_FIRST_INT, to = TypedValue.TYPE_LAST_INT) in setResourceValue() argument 387 @IntRange(from = TypedValue.TYPE_FIRST_INT, to = TypedValue.TYPE_LAST_INT) int dataType, in generateFabricatedOverlayInternalEntry() argument 441 @IntRange(from = TypedValue.TYPE_FIRST_INT, to = TypedValue.TYPE_LAST_INT) int dataType, in setResourceValue() argument
|
/aosp14/frameworks/base/core/java/android/app/wallpapereffectsgeneration/ |
H A D | CameraAttributes.java | 237 @FloatRange(from = -180.0f, to = 180.0f) float cameraOrbitYawDegrees) { in setCameraOrbitYawDegrees() argument 247 @FloatRange(from = -90.0f, to = 90.0f) float cameraOrbitPitchDegrees) { in setCameraOrbitPitchDegrees() argument 266 @FloatRange(from = 0.0f, to = 180.0f, fromInclusive = false) in setVerticalFovDegrees() argument
|
/aosp14/frameworks/base/core/java/android/hardware/input/ |
H A D | VirtualMouseScrollEvent.java | 117 @FloatRange(from = -1.0f, to = 1.0f) float xAxisMovement) { in setXAxisMovement() argument 130 @FloatRange(from = -1.0f, to = 1.0f) float yAxisMovement) { in setYAxisMovement() argument
|