Searched refs:strokeInputBatch (Results 1 – 4 of 4) sorted by relevance
35 val strokeInputBatch = MutableStrokeInputBatch() in createStrokeInputBatch() constant38 strokeInputBatch.addOrThrow( in createStrokeInputBatch()45 return strokeInputBatch in createStrokeInputBatch()50 val strokeInputBatch = in createClosedShapeFromStrokeInputBatch_square_intersectsCorrectPoints() constant61 val mesh = strokeInputBatch.createClosedShape() in createClosedShapeFromStrokeInputBatch_square_intersectsCorrectPoints()76 val strokeInputBatch = in createClosedShapeFromStrokeInputBatch_triangle_intersectsCorrectPoints() constant86 val mesh = strokeInputBatch.createClosedShape() in createClosedShapeFromStrokeInputBatch_triangle_intersectsCorrectPoints()101 val strokeInputBatch = in createClosedShapeFromStrokeInputBatch_collinearPoints_throwsIllegalStateException() constant112 assertFailsWith(IllegalStateException::class) { strokeInputBatch.createClosedShape() } in createClosedShapeFromStrokeInputBatch_collinearPoints_throwsIllegalStateException()117 val strokeInputBatch = createStrokeInputBatch(listOf(ImmutableVec(-90f, -90f))) in createClosedShapeFromStrokeInputBatch_onePoint_createsPointLikeMesh() constant[all …]
71 public fun encode(strokeInputBatch: StrokeInputBatch, output: OutputStream): Unit = in decodeOrThrow()72 strokeInputBatch.encode(output) in decodeOrThrow()
43 …method public static void encode(androidx.ink.strokes.StrokeInputBatch strokeInputBatch, java.io.O…