Home | History | Annotate | Download | only in ui

Lines Matching defs:it

70         Iterator<RectF> it = model.getIterator(tableRect, 10);

72 while(it.hasNext()) {
73 it.next();
79 // many elements we throw at it:
81 it = model.getIterator(tableRect, 10);
83 while(it.hasNext()) {
84 it.next();
99 Iterator<RectF> it = model.getIterator(tableRect, createdCells);
104 RectF cellRect = it.next();
113 cellRect = it.next();
122 cellRect = it.next();
131 cellRect = it.next();
143 it = model.getIterator(tableRect, createdCells);*/
157 Iterator<RectF> it = model.getIterator(tableRect, createdCells);
162 RectF cellRect = it.next();
171 cellRect = it.next();
180 cellRect = it.next();
189 cellRect = it.next();
204 Iterator<RectF> it = model.getIterator(tableRect, createdCells);
210 RectF cellRect = it.next();
219 cellRect = it.next();
228 cellRect = it.next();
237 cellRect = it.next();