Searched defs:removeAt (Results 1 - 13 of 13) sorted by relevance

/frameworks/base/core/java/android/util/
H A DLongSparseLongArray.java119 removeAt(i);
126 public void removeAt(int index) { method in class:LongSparseLongArray
H A DSparseIntArray.java115 removeAt(i);
122 public void removeAt(int index) { method in class:SparseIntArray
H A DSparseLongArray.java115 removeAt(i);
122 public void removeAt(int index) { method in class:SparseLongArray
H A DLongSparseArray.java144 public void removeAt(int index) { method in class:LongSparseArray
H A DSparseArray.java144 public void removeAt(int index) { method in class:SparseArray
160 removeAt(i);
H A DArrayMap.java526 return removeAt(index);
537 public V removeAt(int index) { method in class:ArrayMap
735 removeAt(index);
H A DArraySet.java399 removeAt(index);
410 public E removeAt(int index) { method in class:ArraySet
612 removeAt(index);
664 removeAt(i);
/frameworks/base/libs/hwui/utils/
H A DSortedList.h91 inline ssize_t removeAt(size_t index) { function in class:android::uirenderer::SortedList
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/util/
H A DSparseWeakArray.java114 public void removeAt(int index) { method in class:SparseWeakArray
/frameworks/support/v4/java/android/support/v4/util/
H A DLongSparseArray.java138 public void removeAt(int index) { method in class:LongSparseArray
H A DSparseArrayCompat.java21 * version of {@link android.util.SparseArray}; provides a removeAt() method and other things.
118 public void removeAt(int index) { method in class:SparseArrayCompat
134 removeAt(i);
H A DSimpleArrayMap.java443 return removeAt(index);
454 public V removeAt(int index) { method in class:SimpleArrayMap
/frameworks/rs/
H A DrsCppUtils.h99 void removeAt(uint32_t index) { function in class:android::Vector
125 void removeAt(uint32_t index) { function in class:android::Vector

Completed in 213 milliseconds