Searched refs:isViewTouchingEdge (Results 1 – 2 of 2) sorted by relevance
100 fun isViewTouchingEdge(v: View?, whichEdge: Int): Boolean { in <lambda>() method
261 if (cluster.isViewTouchingEdge(v, whichEdge)) { in pushViewsToTempLocation()