Searched refs:numRemoved (Results 1 – 5 of 5) sorted by relevance
503 int numRemoved = 0; in removeGroup() local504 while ((numRemoved++ < maxRemovable) && (mItems.get(i).getGroupId() == group)) { in removeGroup()
539 int numRemoved = 0; in removeGroup() local540 while ((numRemoved++ < maxRemovable) && (mItems.get(i).getGroupId() == group)) { in removeGroup()
49 int numRemoved = 0; in BackStackState() local52 if (op.removed != null) numRemoved += op.removed.size(); in BackStackState()55 mOps = new int[bse.mNumOp*7 + numRemoved]; in BackStackState()
55 int numRemoved = 0; in BackStackState() local59 numRemoved += op.removed.size(); in BackStackState()63 mOps = new int[bse.mNumOp * 7 + numRemoved]; in BackStackState()
9131 int numRemoved = 0; in rebuildAppWindowListLocked() local9144 mRebuildTmp[numRemoved] = win; in rebuildAppWindowListLocked()9148 numRemoved++; in rebuildAppWindowListLocked()9195 if (i != numRemoved) { in rebuildAppWindowListLocked()9198 + numRemoved + " windows but added " + i + " rebuildAppWindowListLocked() " in rebuildAppWindowListLocked()9200 for (i = 0; i < numRemoved; i++) { in rebuildAppWindowListLocked()