MCPcopy Create free account
hub / github.com/LineageOS/android_frameworks_base / min

Method min

core/java/android/util/MathUtils.java:78–80  ·  view source on GitHub ↗
(float a, float b)

Source from the content-addressed store, hash-verified

76 }
77
78 public static float min(float a, float b) {
79 return a < b ? a : b;
80 }
81
82 public static float min(int a, int b) {
83 return a < b ? a : b;

Callers 15

mapRectMethod · 0.80
mapRectMethod · 0.80
onSurfaceChangedMethod · 0.80
transformMethod · 0.80
scaleBitmapIfTooBigMethod · 0.80
requestUpdateVolumeMethod · 0.80
setVolumeMethod · 0.80
measureForParentMethod · 0.80
getMaximumDurationMethod · 0.80
updateParametersMethod · 0.80
createRedEyeFrameMethod · 0.80

Calls

no outgoing calls

Tested by 13

onSurfaceChangedMethod · 0.64
measureWidthMethod · 0.64
measureHeightMethod · 0.64
testOutputStreamMethod · 0.64
updateTexturesMethod · 0.64
onActionScaleMethod · 0.64
onActionMoveMethod · 0.64
dispatchDrawMethod · 0.64
onProgressChangedMethod · 0.64
registerHidMethod · 0.64
sendHidTouchMethod · 0.64
onSetVolumeMethod · 0.64