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