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

/frameworks/base/core/java/android/util/
H A DMapCollections.java45 mSize = colGetSize();
80 mEnd = colGetSize() - 1;
175 int oldSize = colGetSize();
179 return oldSize != colGetSize();
213 return colGetSize() == 0;
238 return colGetSize();
259 for (int i=colGetSize()-1; i>=0; i--) {
298 return colGetSize() == 0;
328 return colGetSize();
349 for (int i=colGetSize()
552 protected abstract int colGetSize(); method in class:MapCollections
[all...]
/frameworks/support/collection/src/main/java/androidx/collection/
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 264 milliseconds