Home
last modified time | relevance | path

Searched refs:DASH (Results 1 – 1 of 1) sorted by relevance

/development/samples/ApiDemos/src/com/example/android/apis/os/
DMorseCodeConverter.java23 static final long DASH = SPEED_BASE * 3; 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 },
39 /* J */ new long[] { DOT, GAP, DASH, GAP, DASH, GAP, DASH },
40 /* K */ new long[] { DASH, GAP, DOT, GAP, DASH },
41 /* L */ new long[] { DOT, GAP, DASH, GAP, DOT, GAP, DOT },
[all …]