Searched refs:numCards (Results 1 – 3 of 3) sorted by relevance
34 int numCards = 0; in createContent() local48 ++numCards; in createContent()49 if (numCards >= mMaxCards) { in createContent()53 if (numCards >= mMaxCards) { in createContent()
42 int numCards = 0; in createContent() local60 ++numCards; in createContent()61 if (numCards >= mMaxCards) { in createContent()65 if (numCards >= mMaxCards) { in createContent()
87 size_t numCards = mCards.size(); in doFrame() local88 for (size_t ci = 0; ci < numCards; ci++) { in doFrame()