HomeSort by relevance Sort by last modified time
    Searched full:oarray (Results 1 - 5 of 5) sorted by null

  /frameworks/base/core/java/android/util/
ArraySet.java 283 final Object[] oarray = mArray; local
287 System.arraycopy(oarray, 0, mArray, 0, mSize);
289 freeArrays(ohashes, oarray, mSize);
363 final Object[] oarray = mArray; local
369 System.arraycopy(oarray, 0, mArray, 0, oarray.length);
372 freeArrays(ohashes, oarray, mSize);
448 final Object[] oarray = mArray; local
455 System.arraycopy(oarray, 0, mArray, 0, index);
461 System.arraycopy(oarray, index + 1, mArray, index, mSize - index)
    [all...]
ArrayMap.java 311 final Object[] oarray = mArray; local
315 System.arraycopy(oarray, 0, mArray, 0, mSize<<1);
317 freeArrays(ohashes, oarray, mSize);
458 final Object[] oarray = mArray; local
464 System.arraycopy(oarray, 0, mArray, 0, oarray.length);
467 freeArrays(ohashes, oarray, mSize);
609 final Object[] oarray = mArray; local
616 System.arraycopy(oarray, 0, mArray, 0, index << 1);
622 System.arraycopy(oarray, (index + 1) << 1, mArray, index << 1
    [all...]
  /frameworks/support/v4/java/android/support/v4/util/
SimpleArrayMap.java 256 final Object[] oarray = mArray; local
260 System.arraycopy(oarray, 0, mArray, 0, mSize<<1);
262 freeArrays(ohashes, oarray, mSize);
398 final Object[] oarray = mArray; local
404 System.arraycopy(oarray, 0, mArray, 0, oarray.length);
407 freeArrays(ohashes, oarray, mSize);
483 final Object[] oarray = mArray; local
490 System.arraycopy(oarray, 0, mArray, 0, index << 1);
496 System.arraycopy(oarray, (index + 1) << 1, mArray, index << 1
    [all...]
  /developers/build/prebuilts/gradle/SwipeRefreshListFragment/Application/libs/
android-support-v4.jar 
  /developers/samples/android/ui/views/SwipeRefreshLayout/SwipeRefreshListFragment/Application/libs/
android-support-v4.jar 

Completed in 156 milliseconds