Searched refs:numRemoved (Results 1 – 5 of 5) sorted by relevance
42 int numRemoved = 0; in BackStackState() local45 if (op.removed != null) numRemoved += op.removed.size(); in BackStackState()48 mOps = new int[bse.mNumOp*7 + numRemoved]; in BackStackState()
41 int numRemoved = 0; in BackStackState() local44 if (op.removed != null) numRemoved += op.removed.size(); in BackStackState()47 mOps = new int[bse.mNumOp*7 + numRemoved]; in BackStackState()
501 int numRemoved = 0; in removeGroup() local502 while ((numRemoved++ < maxRemovable) && (mItems.get(i).getGroupId() == group)) { in removeGroup()
483 int numRemoved = 0; in removeGroup() local484 while ((numRemoved++ < maxRemovable) && (mItems.get(i).getGroupId() == group)) { in removeGroup()
7971 int numRemoved = 0; in rebuildAppWindowListLocked() local7984 mRebuildTmp[numRemoved] = win; in rebuildAppWindowListLocked()7988 numRemoved++; in rebuildAppWindowListLocked()8026 if (i != numRemoved) { in rebuildAppWindowListLocked()8027 Slog.w(TAG, "Rebuild removed " + numRemoved + " windows but added " + i, in rebuildAppWindowListLocked()8029 for (i=0; i<numRemoved; i++) { in rebuildAppWindowListLocked()