Searched refs:newBottom (Results 1 – 2 of 2) sorted by relevance
114 int newLeft, int newRight, int newTop, int newBottom,116 mNewRect.set(newLeft, newRight, newTop, newBottom);
1096 int newBottom = sel.getBottom(); in moveSelection() local1097 if (newBottom < childrenTop + 20) { in moveSelection()