Searched refs:location2 (Results 1 – 1 of 1) sorted by relevance
85 val location2 = IntArray(2) in isAbove() constant87 otherView!!.getLocationOnScreen(location2) // Safe call as otherView might be null in isAbove()89 return location1[1] < location2[1] // Compare y-coordinates in isAbove()