Searched refs:activeViews (Results 1 – 1 of 1) sorted by relevance
6888 final View[] activeViews = mActiveViews; in fillActiveViews() local6896 activeViews[i] = child; in fillActiveViews()6912 final View[] activeViews = mActiveViews; in getActiveView() local6913 if (index >=0 && index < activeViews.length) { in getActiveView()6914 final View match = activeViews[index]; in getActiveView()6915 activeViews[index] = null; in getActiveView()7081 final View[] activeViews = mActiveViews; in scrapActiveViews() local7086 final int count = activeViews.length; in scrapActiveViews()7088 final View victim = activeViews[i]; in scrapActiveViews()7094 activeViews[i] = null; in scrapActiveViews()[all …]