Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
mapRect
Method · 0.80
mapRect
Method · 0.80
onSurfaceChanged
Method · 0.80
computeInitialSampleSize
Method · 0.80
transform
Method · 0.80
scaleBitmapIfTooBig
Method · 0.80
requestUpdateVolume
Method · 0.80
setVolume
Method · 0.80
measureForParent
Method · 0.80
getMaximumDuration
Method · 0.80
updateParameters
Method · 0.80
createRedEyeFrame
Method · 0.80
Calls
no outgoing calls
Tested by
13
onSurfaceChanged
Method · 0.64
measureWidth
Method · 0.64
measureHeight
Method · 0.64
testOutputStream
Method · 0.64
updateTextures
Method · 0.64
onActionScale
Method · 0.64
onActionMove
Method · 0.64
dispatchDraw
Method · 0.64
onProgressChanged
Method · 0.64
registerHid
Method · 0.64
sendHidTouch
Method · 0.64
onSetVolume
Method · 0.64