Searched refs:mFixedWidth (Results 1 – 1 of 1) sorted by relevance
131 private int mFixedWidth = -1; field in CellLayout962 mFixedWidth = width; in setFixedSize()990 if (mFixedWidth > 0 && mFixedHeight > 0) { in onMeasure()991 newWidth = mFixedWidth; in onMeasure()1003 if (mFixedWidth > 0 && mFixedHeight > 0) { in onMeasure()