Searched refs:MIN_CELL_SIZE (Results 1 – 2 of 2) sorted by relevance
51 static final int MIN_CELL_SIZE = 56; // dips field in ActionMenuView81 mMinCellSize = (int) (MIN_CELL_SIZE * density); in ActionMenuView()
171 mMinCellSize = (int) (ActionMenuView.MIN_CELL_SIZE * res.getDisplayMetrics().density); in initForMenu()