Searched refs:mMaxBottom (Results 1 – 1 of 1) sorted by relevance
136 private int[] mMaxBottom; field in GridModel824 mMaxBottom = new int[actualRowCount + 1]; in initializeMaxBounds()852 if (mMaxBottom[targetRow] < y2 in initializeMaxBounds()854 mMaxBottom[targetRow] = y2; in initializeMaxBounds()1436 return mMaxBottom[min(mMaxBottom.length - 1, max(0, row))]; in getRowMaxY()