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

/frameworks/base/core/java/android/util/
H A DMapCollections.java46 mSize = colGetSize();
81 mEnd = colGetSize() - 1;
176 int oldSize = colGetSize();
180 return oldSize != colGetSize();
214 return colGetSize() == 0;
239 return colGetSize();
260 for (int i=colGetSize()-1; i>=0; i--) {
299 return colGetSize() == 0;
329 return colGetSize();
350 for (int i=colGetSize()
553 protected abstract int colGetSize(); method in class:MapCollections
[all...]
/frameworks/support/compat/java/android/support/v4/util/
H A DMapCollections.java43 mSize = colGetSize();
78 mEnd = colGetSize() - 1;
173 int oldSize = colGetSize();
177 return oldSize != colGetSize();
211 return colGetSize() == 0;
236 return colGetSize();
257 for (int i=colGetSize()-1; i>=0; i--) {
296 return colGetSize() == 0;
326 return colGetSize();
347 for (int i=colGetSize()
551 protected abstract int colGetSize(); method in class:MapCollections
[all...]

Completed in 90 milliseconds