Home | History | Annotate | Download | only in aapt

Lines Matching refs:mOrderedConfigs

3348         pos = (int)mOrderedConfigs.size();
3349 mOrderedConfigs.add(c);
3390 for (pos=0; pos<(int)mOrderedConfigs.size(); pos++) {
3391 if (mOrderedConfigs[pos] == c) {
3395 if (pos >= (int)mOrderedConfigs.size()) {
3396 sourcePos.error("Internal error: config not found in mOrderedConfigs when adding entry");
3412 size_t N = mOrderedConfigs.size();
3413 Vector<sp<ConfigList> > origOrder(mOrderedConfigs);
3418 mOrderedConfigs.replaceAt(NULL, i);
3435 if (idx >= (int32_t)mOrderedConfigs.size()) {
3438 p.ident, idx, mOrderedConfigs.size());
3440 } else if (mOrderedConfigs.itemAt(idx) == NULL) {
3443 mOrderedConfigs.replaceAt(e, idx);
3449 sp<ConfigList> oe = mOrderedConfigs.itemAt(idx);
3482 while (mOrderedConfigs.itemAt(j) != NULL) {
3485 mOrderedConfigs.replaceAt(e, j);