Searched refs:getCellHeight (Results 1 – 2 of 2) sorted by relevance
177 int verticalMeasure = exactly(getCellHeight()); in onMeasure()204 mRows = availableHeight / (getCellHeight() + mCellMarginVertical); in updateMaxRows()234 protected int getCellHeight() { in getCellHeight() method in TileLayout
268 assertTrue(mTileLayout.getCellHeight() >= tileView.getMeasuredHeight());