Home
last modified time | relevance | path

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

/frameworks/base/tests/GamePerformance/src/android/gameperformance/
DCustomControlView.java40 private final int mPerRowControlCount; 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()