Home
last modified time | relevance | path

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

/development/samples/ApiDemos/src/com/example/android/apis/graphics/
DUnicodeChart.java46 private static final int YMUL = 28; field in UnicodeChart.SampleView
69 pos[index++] = row * YMUL + YBASE; in SampleView()
79 return (index & 0xF) * YMUL + YMUL; in computeY()