Searched refs:activeViews (Results 1 – 1 of 1) sorted by relevance
5463 final View[] activeViews = mRecycler.mActiveViews; in onConsistencyCheck() local5464 int count = activeViews.length; in onConsistencyCheck()5466 if (activeViews[i] != null) { in onConsistencyCheck()5470 activeViews[i]); in onConsistencyCheck()5861 final View[] activeViews = mActiveViews; in fillActiveViews() local5869 activeViews[i] = child; in fillActiveViews()5883 final View[] activeViews = mActiveViews; in getActiveView() local5884 if (index >=0 && index < activeViews.length) { in getActiveView()5885 final View match = activeViews[index]; in getActiveView()5886 activeViews[index] = null; in getActiveView()[all …]