Searched refs:midpoint (Results 1 – 1 of 1) sorted by relevance
146 PointF midpoint = new PointF((from.x + to.x) / 2.0f, (from.y + to.y) / 2.0f); in interruptedSwipe() local147 StrokeDescription swipe1 = new StrokeDescription(path(from, midpoint), 0, duration / 2); in interruptedSwipe()150 StrokeDescription swipe2 = startingAt(time, swipe(midpoint, to, duration / 2)); in interruptedSwipe()