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

/frameworks/base/core/java/android/util/
H A DMapCollections.java45 mSize = colGetSize();
79 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()
550 protected abstract int colGetSize(); method in class:MapCollections
[all...]
/frameworks/support/v4/java/android/support/v4/util/
H A DMapCollections.java43 mSize = colGetSize();
77 mEnd = colGetSize() - 1;
171 int oldSize = colGetSize();
175 return oldSize != colGetSize();
209 return colGetSize() == 0;
234 return colGetSize();
255 for (int i=colGetSize()-1; i>=0; i--) {
294 return colGetSize() == 0;
324 return colGetSize();
345 for (int i=colGetSize()
549 protected abstract int colGetSize(); method in class:MapCollections
[all...]

Completed in 85 milliseconds