Home | History | Annotate | Download | only in touch

Lines Matching defs:firstTop

107         int firstTop = firstChild.getTop();
113 assertEquals("View scrolled to wrong position", firstTop
123 int firstTop = Integer.MIN_VALUE;
128 prevTop = firstTop;
135 firstTop = firstChild.getTop();
136 } while ((prevId != firstId) || (prevTop != firstTop));
143 firstTop = Integer.MIN_VALUE;
146 prevTop = firstTop;
153 firstTop = firstChild.getTop();
154 } while ((prevId != firstId) || (prevTop != firstTop));