Searched refs:mFixedHeight (Results 1 – 1 of 1) sorted by relevance
132 private int mFixedHeight = -1; field in CellLayout963 mFixedHeight = height; in setFixedSize()990 if (mFixedWidth > 0 && mFixedHeight > 0) { in onMeasure()992 newHeight = mFixedHeight; in onMeasure()1003 if (mFixedWidth > 0 && mFixedHeight > 0) { in onMeasure()