Searched refs:transViewsByPos (Results 1 – 1 of 1) sorted by relevance
7176 final SparseArray<View> transViewsByPos = mTransientStateViews; in pruneScrapViews() local7177 if (transViewsByPos != null) { in pruneScrapViews()7178 for (int i = 0; i < transViewsByPos.size(); i++) { in pruneScrapViews()7179 final View v = transViewsByPos.valueAt(i); in pruneScrapViews()7182 transViewsByPos.removeAt(i); in pruneScrapViews()