Searched refs:mFixedWidth (Results 1 – 1 of 1) sorted by relevance
123 private int mFixedWidth = -1; field in CellLayout848 mFixedWidth = width; in setFixedSize()876 if (mFixedWidth > 0 && mFixedHeight > 0) { in onMeasure()877 newWidth = mFixedWidth; in onMeasure()889 if (mFixedWidth > 0 && mFixedHeight > 0) { in onMeasure()