Searched refs:GAP (Results 1 – 1 of 1) sorted by relevance
/development/samples/ApiDemos/src/com/example/android/apis/os/ |
D | MorseCodeConverter.java | 24 static final long GAP = SPEED_BASE; field in MorseCodeConverter 30 /* A */ new long[] { DOT, GAP, DASH }, 31 /* B */ new long[] { DASH, GAP, DOT, GAP, DOT, GAP, DOT }, 32 /* C */ new long[] { DASH, GAP, DOT, GAP, DASH, GAP, DOT }, 33 /* D */ new long[] { DASH, GAP, DOT, GAP, DOT }, 35 /* F */ new long[] { DOT, GAP, DOT, GAP, DASH, GAP, DOT }, 36 /* G */ new long[] { DASH, GAP, DASH, GAP, DOT }, 37 /* H */ new long[] { DOT, GAP, DOT, GAP, DOT, GAP, DOT }, 38 /* I */ new long[] { DOT, GAP, DOT }, 39 /* J */ new long[] { DOT, GAP, DASH, GAP, DASH, GAP, DASH }, [all …]
|