Searched refs:transViewsByPos (Results 1 – 1 of 1) sorted by relevance
6954 final SparseArray<View> transViewsByPos = mTransientStateViews; in pruneScrapViews() local6955 if (transViewsByPos != null) { in pruneScrapViews()6956 for (int i = 0; i < transViewsByPos.size(); i++) { in pruneScrapViews()6957 final View v = transViewsByPos.valueAt(i); in pruneScrapViews()6960 transViewsByPos.removeAt(i); in pruneScrapViews()