Searched refs:numRemoved (Results 1 – 5 of 5) sorted by relevance
535 int numRemoved = 0; in removeGroup() local536 while ((numRemoved++ < maxRemovable) && (mItems.get(i).getGroupId() == group)) { in removeGroup()
503 int numRemoved = 0; in removeGroup() local504 while ((numRemoved++ < maxRemovable) && (mItems.get(i).getGroupId() == group)) { in removeGroup()
52 int numRemoved = 0; in BackStackState() local55 if (op.removed != null) numRemoved += op.removed.size(); in BackStackState()58 mOps = new int[bse.mNumOp*7 + numRemoved]; in BackStackState()
57 int numRemoved = 0; in BackStackState() local61 numRemoved += op.removed.size(); in BackStackState()65 mOps = new int[bse.mNumOp * 7 + numRemoved]; in BackStackState()
8570 int numRemoved = 0; in rebuildAppWindowListLocked() local8583 mRebuildTmp[numRemoved] = win; in rebuildAppWindowListLocked()8587 numRemoved++; in rebuildAppWindowListLocked()8634 if (i != numRemoved) { in rebuildAppWindowListLocked()8636 numRemoved + " windows but added " + i, in rebuildAppWindowListLocked()8638 for (i=0; i<numRemoved; i++) { in rebuildAppWindowListLocked()