Searched refs:mMinCellSize (Results 1 – 3 of 3) sorted by relevance
68 private int mMinCellSize; field in ActionMenuView81 mMinCellSize = (int) (MIN_CELL_SIZE * density); in ActionMenuView()188 final int cellCount = widthSize / mMinCellSize; in onMeasureExactFormat()189 final int cellSizeRemaining = widthSize % mMinCellSize; in onMeasureExactFormat()197 final int cellSize = mMinCellSize + cellSizeRemaining / cellCount; in onMeasureExactFormat()
80 private int mMinCellSize; field in ActionMenuPresenter171 mMinCellSize = (int) (ActionMenuView.MIN_CELL_SIZE * res.getDisplayMetrics().density); in initForMenu()678 cellsRemaining = widthLimit / mMinCellSize; in flagActionItems()679 final int cellSizeRemaining = widthLimit % mMinCellSize; in flagActionItems()680 cellSize = mMinCellSize + cellSizeRemaining / cellsRemaining; in flagActionItems()
86178 Landroid/widget/ActionMenuPresenter;->mMinCellSize:I86236 Landroid/widget/ActionMenuView;->mMinCellSize:I