Searched refs:activeViews (Results 1 – 1 of 1) sorted by relevance
6668 final View[] activeViews = mActiveViews; in fillActiveViews() local6676 activeViews[i] = child; in fillActiveViews()6692 final View[] activeViews = mActiveViews; in getActiveView() local6693 if (index >=0 && index < activeViews.length) { in getActiveView()6694 final View match = activeViews[index]; in getActiveView()6695 activeViews[index] = null; in getActiveView()6859 final View[] activeViews = mActiveViews; in scrapActiveViews() local6864 final int count = activeViews.length; in scrapActiveViews()6866 final View victim = activeViews[i]; in scrapActiveViews()6872 activeViews[i] = null; in scrapActiveViews()[all …]