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