Home
last modified time | relevance | path

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

/frameworks/base/tests/GamePerformance/src/android/gameperformance/
DCustomControlView.java38 private final static int CONTROL_DIMENSION = 48; field in CustomControlView
49 mPerRowControlCount = width / CONTROL_DIMENSION; in CustomControlView()
80 final int x = (i % mPerRowControlCount) * CONTROL_DIMENSION; in createControls()
81 final int y = (i / mPerRowControlCount) * CONTROL_DIMENSION; in createControls()
84 CONTROL_DIMENSION, CONTROL_DIMENSION, x, y); in createControls()