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

Method initColor

app/src/main/java/solver/Floppy.java:89–97  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

87
88 private static int[] img = new int[30];
89 private static void initColor() {
90 img = new int[] {
91 3, 3, 3,
92 5, 4, 4, 4, 2, 1, 1, 1,
93 5, 4, 4, 4, 2, 1, 1, 1,
94 5, 4, 4, 4, 2, 1, 1, 1,
95 0, 0, 0
96 };
97 }
98
99 private static void move(int turn) {
100 switch (turn) {

Callers 1

imageMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected