Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FongMi/TV
/ getFloat
Method
getFloat
catvod/src/main/java/com/github/catvod/utils/Prefers.java:51–53 ·
view source on GitHub ↗
(String key)
Source
from the content-addressed store, hash-verified
49
}
50
51
public
static
float getFloat(String key) {
52
return
getFloat(key, 0f);
53
}
54
55
public
static
float getFloat(String key, float defaultValue) {
56
try {
Callers
14
getSpeed
Method · 0.95
getSubtitleTextSize
Method · 0.95
getSubtitlePosition
Method · 0.95
getTextScale
Method · 0.95
getTransparency
Method · 0.95
getShadowTransparency
Method · 0.95
getStrokeWidthMultiplier
Method · 0.95
getProjectionOffsetX
Method · 0.95
getProjectionOffsetY
Method · 0.95
getProjectionTransparency
Method · 0.95
getScrollAreaRatio
Method · 0.95
getLineSpacing
Method · 0.95
Calls
1
getPrefers
Method · 0.95
Tested by
no test coverage detected