MCPcopy Create free account
hub / github.com/MeigenChou/DCTimer-Android / initColor

Method initColor

app/src/main/java/solver/Domino.java:96–107  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

94
95 private static int[] img = new int[42];
96 private static void initColor() {
97 img = new int[] {
98 3, 3, 3,
99 3, 3, 3,
100 3, 3, 3,
101 5, 5, 5, 4, 4, 4, 2, 2, 2, 1, 1, 1,
102 5, 5, 5, 4, 4, 4, 2, 2, 2, 1, 1, 1,
103 0, 0, 0,
104 0, 0, 0,
105 0, 0, 0
106 };
107 }
108 private static void move(int turn) {
109 switch (turn) {
110 case 0: //U

Callers 1

imageMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected