Searched refs:activeViews (Results 1 – 1 of 1) sorted by relevance
6486 final View[] activeViews = mActiveViews; in fillActiveViews() local6494 activeViews[i] = child; in fillActiveViews()6510 final View[] activeViews = mActiveViews; in getActiveView() local6511 if (index >=0 && index < activeViews.length) { in getActiveView()6512 final View match = activeViews[index]; in getActiveView()6513 activeViews[index] = null; in getActiveView()6677 final View[] activeViews = mActiveViews; in scrapActiveViews() local6682 final int count = activeViews.length; in scrapActiveViews()6684 final View victim = activeViews[i]; in scrapActiveViews()6690 activeViews[i] = null; in scrapActiveViews()[all …]