Searched refs:sortedViews (Results 1 – 3 of 3) sorted by relevance
28 @JvmField val sortedViews = ArrayList<View>() in <lambda>() constant in com.android.launcher3.celllayout.ItemConfiguration46 sortedViews.add(v) in <lambda>()
176 Collections.sort(config.sortedViews, comparator) in <lambda>()
256 for (View v : currentState.sortedViews) { in pushViewsToTempLocation()