Searched refs:mCellHeight (Results 1 – 3 of 3) sorted by relevance
39 int mCellHeight; field in FixedGridLayout53 mCellHeight = a.getDimensionPixelSize( in FixedGridLayout()64 mCellHeight = px; in setCellHeight()72 int cellHeightSpec = MeasureSpec.makeMeasureSpec(mCellHeight, in onMeasure()82 resolveSize(mCellHeight*count, heightMeasureSpec)); in onMeasure()88 int cellHeight = mCellHeight; in onLayout()
39 int mCellHeight; field in FixedGridLayout51 mCellHeight = px; in setCellHeight()59 int cellHeightSpec = MeasureSpec.makeMeasureSpec(mCellHeight, in onMeasure()71 resolveSize(mCellHeight * minCount, heightMeasureSpec)); in onMeasure()77 int cellHeight = mCellHeight; in onLayout()
50 private int mCellHeight; field in InsertingCells63 mCellHeight = (int)(getResources().getDimension(R.dimen.cell_height)); in onCreate()85 mCellHeight); in addRow()