Searched defs:from (Results 1 – 3 of 3) sorted by relevance
65 val (from, to) = getPointsToScroll(direction) in scrollUntilFound() constant74 private data class Vector2F(val from: PointF, val to: PointF) constant in android.platform.uiautomator_helpers.Vector2F
62 @JvmStatic fun from(start: PointF) = Swipe(start) in <lambda>() method65 @JvmStatic fun from(start: Point) = Swipe(PointF(start.x.toFloat(), start.y.toFloat())) in <lambda>() method68 @JvmStatic fun from(vararg starts: PointF) = Swipes(*starts) in <lambda>() method
1067 fun from( in <lambda>() method1074 fun from(region: Region): Region = Region().also { it.set(region) } in <lambda>() method1076 fun from(rect: Rect? = null): Region = Region().also { in <lambda>() method1081 fun from(rect: RectF?): Region = from(rect?.toRect()) in <lambda>() method1083 fun from(): Region = from(Rect.EMPTY) in <lambda>() method