Searched refs:CONTROL_DIMENSION (Results 1 – 1 of 1) sorted by relevance
38 private final static int CONTROL_DIMENSION = 48; field in CustomControlView49 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()