MCPcopy 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

getSpeedMethod · 0.95
getSubtitleTextSizeMethod · 0.95
getSubtitlePositionMethod · 0.95
getTextScaleMethod · 0.95
getTransparencyMethod · 0.95
getShadowTransparencyMethod · 0.95
getProjectionOffsetXMethod · 0.95
getProjectionOffsetYMethod · 0.95
getScrollAreaRatioMethod · 0.95
getLineSpacingMethod · 0.95

Calls 1

getPrefersMethod · 0.95

Tested by

no test coverage detected