Home
last modified time | relevance | path

Searched refs:sortedViews (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/celllayout/
DItemConfiguration.kt28 @JvmField val sortedViews = ArrayList<View>() in <lambda>() constant in com.android.launcher3.celllayout.ItemConfiguration
46 sortedViews.add(v) in <lambda>()
DViewCluster.kt176 Collections.sort(config.sortedViews, comparator) in <lambda>()
DReorderAlgorithm.java256 for (View v : currentState.sortedViews) { in pushViewsToTempLocation()