Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DActionMenuView.java68 private int mMinCellSize; field in ActionMenuView
81 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()
DActionMenuPresenter.java80 private int mMinCellSize; field in ActionMenuPresenter
171 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()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt86178 Landroid/widget/ActionMenuPresenter;->mMinCellSize:I
86236 Landroid/widget/ActionMenuView;->mMinCellSize:I