Searched refs:transViewsByPos (Results 1 – 1 of 1) sorted by relevance
7558 final SparseArray<View> transViewsByPos = mTransientStateViews; in pruneScrapViews() local7559 if (transViewsByPos != null) { in pruneScrapViews()7560 for (int i = 0; i < transViewsByPos.size(); i++) { in pruneScrapViews()7561 final View v = transViewsByPos.valueAt(i); in pruneScrapViews()7564 transViewsByPos.removeAt(i); in pruneScrapViews()