Searched refs:mCellWidth (Results 1 – 2 of 2) sorted by relevance
38 int mCellWidth; field in FixedGridLayout51 mCellWidth = a.getDimensionPixelSize( in FixedGridLayout()59 mCellWidth = px; in setCellWidth()70 int cellWidthSpec = MeasureSpec.makeMeasureSpec(mCellWidth, in onMeasure()81 setMeasuredDimension(resolveSize(mCellWidth*count, widthMeasureSpec), in onMeasure()87 int cellWidth = mCellWidth; in onLayout()
38 int mCellWidth; field in FixedGridLayout46 mCellWidth = px; in setCellWidth()57 int cellWidthSpec = MeasureSpec.makeMeasureSpec(mCellWidth, in onMeasure()70 setMeasuredDimension(resolveSize(mCellWidth * minCount, widthMeasureSpec), in onMeasure()76 int cellWidth = mCellWidth; in onLayout()