Searched refs:isWithinBounds (Results 1 – 5 of 5) sorted by relevance
48 if (touchData.isWithinBounds(nativeSensorBounds)) { in isGoodOverlap()53 if (!touchData.isWithinBounds(nativeOverlayBounds)) { in isGoodOverlap()
44 return touchData.isWithinBounds(scaledSensorBounds) in isGoodOverlap()
59 fun isWithinBounds(nativeBounds: Rect): Boolean { in isWithinBounds() method
223 val isWithinBounds = in isOnLineSegment() constant225 if (!isWithinBounds) { in isOnLineSegment()
20 val actual = touchData.isWithinBounds(SENSOR) in <lambda>()