Searched defs:toArrayHelper (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/util/
H A DMapCollections.java334 return toArrayHelper(0);
339 return toArrayHelper(array, 0);
450 return toArrayHelper(1);
455 return toArrayHelper(array, 1);
489 public Object[] toArrayHelper(int offset) { method in class:MapCollections
498 public <T> T[] toArrayHelper(T[] array, int offset) { method in class:MapCollections
/frameworks/support/compat/java/android/support/v4/util/
H A DMapCollections.java331 return toArrayHelper(0);
336 return toArrayHelper(array, 0);
447 return toArrayHelper(1);
452 return toArrayHelper(array, 1);
487 public Object[] toArrayHelper(int offset) { method in class:MapCollections
496 public <T> T[] toArrayHelper(T[] array, int offset) { method in class:MapCollections

Completed in 99 milliseconds