Searched refs:lowestView (Results 1 – 1 of 1) sorted by relevance
1093 int lowestView = 0; in fillDown() local1095 if (mItemBottoms[i] > lowestView) { in fillDown()1096 lowestView = mItemBottoms[i]; in fillDown()1099 return lowestView - gridBottom; in fillDown()