MCPcopy Create free account
hub / github.com/FongMi/TV / getWall

Method getWall

app/src/main/java/com/fongmi/android/tv/setting/Setting.java:54–56  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

52 }
53
54 public static int getWall() {
55 return Math.clamp(Prefers.getInt("wall", 1), MIN_WALL, MAX_WALL);
56 }
57
58 public static void putWall(int wall) {
59 Prefers.put("wall", Math.clamp(wall, MIN_WALL, MAX_WALL));

Callers 4

setWallDefaultMethod · 0.95
loadMethod · 0.95
getWallColorMethod · 0.95
setWallDefaultMethod · 0.95

Calls 1

getIntMethod · 0.95

Tested by

no test coverage detected