Home
last modified time | relevance | path

Searched refs:isViewTouchingEdge (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/celllayout/
DViewCluster.kt100 fun isViewTouchingEdge(v: View?, whichEdge: Int): Boolean { in <lambda>() method
DReorderAlgorithm.java261 if (cluster.isViewTouchingEdge(v, whichEdge)) { in pushViewsToTempLocation()