Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/celllayout/
DItemConfiguration.kt53 fun getBoundingRectForViews(views: ArrayList<View>, outRect: Rect) { in <lambda>() method in com.android.launcher3.celllayout.ItemConfiguration
DViewCluster.kt153 config.getBoundingRectForViews(views, boundingRect) in <lambda>()
DReorderAlgorithm.java358 currentState.getBoundingRectForViews(views, boundingRect); in addViewsToTempLocation()