Searched refs:totalNumRows (Results 1 – 1 of 1) sorted by relevance
9045 int totalNumRows = mTexts.size() + numRemoteInputs in makeBigContentView() local9047 if (totalNumRows > maxRows) { in makeBigContentView()9048 int overflow = totalNumRows - maxRows; in makeBigContentView()