Searched refs:transViewsByPos (Results 1 – 1 of 1) sorted by relevance
7512 final SparseArray<View> transViewsByPos = mTransientStateViews; in pruneScrapViews() local7513 if (transViewsByPos != null) { in pruneScrapViews()7514 for (int i = 0; i < transViewsByPos.size(); i++) { in pruneScrapViews()7515 final View v = transViewsByPos.valueAt(i); in pruneScrapViews()7518 transViewsByPos.removeAt(i); in pruneScrapViews()