Searched refs:colRemoveAt (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/core/java/android/util/
H A DMapCollections.java69 colRemoveAt(mIndex);
100 colRemoveAt(mIndex);
308 colRemoveAt(index);
402 colRemoveAt(index);
415 colRemoveAt(i);
431 colRemoveAt(i);
557 protected abstract void colRemoveAt(int index); method in class:MapCollections
H A DArraySet.java630 protected void colRemoveAt(int index) {
H A DArrayMap.java787 protected void colRemoveAt(int index) {
/frameworks/support/v4/java/android/support/v4/util/
H A DMapCollections.java67 colRemoveAt(mIndex);
98 colRemoveAt(mIndex);
306 colRemoveAt(index);
400 colRemoveAt(index);
413 colRemoveAt(i);
429 colRemoveAt(i);
556 protected abstract void colRemoveAt(int index); method in class:MapCollections
H A DArrayMap.java110 protected void colRemoveAt(int index) {

Completed in 127 milliseconds