Searched defs:time (Results 1 – 3 of 3) sorted by relevance
206 private static MotionEvent obtainDownEvent(long time, float[] coord) { in obtainDownEvent()211 private static MotionEvent obtainMoveEvent(long startTime, long time, float[] coord) { in obtainMoveEvent()216 private static MotionEvent obtainUpEvent(long startTime, long time, float[] coord) { in obtainUpEvent()
279 private static MotionEvent obtainDownEvent(long time, float[] coord) { in obtainDownEvent()
42 data class FlingData(val distance: Float, val time: Int) { constant in androidx.testutils.FlingData129 val time: Int = ceilToInterval(this.time, MOTION_EVENT_INTERVAL_MILLIS) in ceilToInterval() constant