Searched defs:objectStart (Results 1 – 1 of 1) sorted by relevance
552 Object[] objects, int objectStart, int count) { in reorderVisually()571 System.arraycopy(result.toArray(), 0, objects, objectStart, count); in reorderVisually() local