Searched refs:mMinCellSize (Results 1 – 3 of 3) sorted by relevance
69 private int mMinCellSize; field in ActionMenuView82 mMinCellSize = (int) (MIN_CELL_SIZE * density); in ActionMenuView()189 final int cellCount = widthSize / mMinCellSize; in onMeasureExactFormat()190 final int cellSizeRemaining = widthSize % mMinCellSize; in onMeasureExactFormat()198 final int cellSize = mMinCellSize + cellSizeRemaining / cellCount; in onMeasureExactFormat()
81 private int mMinCellSize; field in ActionMenuPresenter172 mMinCellSize = (int) (ActionMenuView.MIN_CELL_SIZE * res.getDisplayMetrics().density); in initForMenu()679 cellsRemaining = widthLimit / mMinCellSize; in flagActionItems()680 final int cellSizeRemaining = widthLimit % mMinCellSize; in flagActionItems()681 cellSize = mMinCellSize + cellSizeRemaining / cellsRemaining; in flagActionItems()
66016 Landroid/widget/ActionMenuPresenter;->mMinCellSize:I66069 Landroid/widget/ActionMenuView;->mMinCellSize:I