Searched refs:numRemoved (Results 1 – 4 of 4) sorted by relevance
40 int numRemoved = 0; in BackStackState() local43 if (op.removed != null) numRemoved += op.removed.size(); in BackStackState()46 mOps = new int[bse.mNumOp*7 + numRemoved]; in BackStackState()
477 int numRemoved = 0; in removeGroup() local478 while ((numRemoved++ < maxRemovable) && (mItems.get(i).getGroupId() == group)) { in removeGroup()
7055 int numRemoved = 0;7068 mRebuildTmp[numRemoved] = win;7073 numRemoved++;7103 if (i != numRemoved) {7104 Slog.w(TAG, "Rebuild removed " + numRemoved7106 for (i=0; i<numRemoved; i++) {