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

Method image

app/src/main/java/solver/Floppy.java:120–128  ·  view source on GitHub ↗
(String scr)

Source from the content-addressed store, hash-verified

118 }
119
120 public static int[] image(String scr) {
121 initColor();
122 String[] s = scr.split(" ");
123 for (int i = 0; i < s.length; i++) {
124 if (s[i].length() > 0)
125 move("URDL".indexOf(s[i].charAt(0)));
126 }
127 return img;
128 }
129}

Callers 1

drawScrambleMethod · 0.95

Calls 4

initColorMethod · 0.95
moveMethod · 0.95
lengthMethod · 0.80
indexOfMethod · 0.80

Tested by

no test coverage detected