Home
last modified time | relevance | path

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

/development/samples/ApiDemos/src/com/example/android/apis/graphics/
DUnicodeChart.java45 private static final int XMUL = 20; field in UnicodeChart.SampleView
66 final float x = col * XMUL + 10; in SampleView()
75 return (index >> 4) * XMUL + 10; in computeX()