Searched refs:rest (Results 1 – 3 of 3) sorted by relevance
55 int rest = 5; in testGetLeadingMargin() local57 Standard standard = new LeadingMarginSpan.Standard(first, rest); in testGetLeadingMargin()59 assertEquals(rest, standard.getLeadingMargin(false)); in testGetLeadingMargin()
93 public static Path path(PointF first, PointF... rest) { in path() argument96 for (PointF point : rest) { in path()
301 public void dispatch(StrokeDescription firstStroke, StrokeDescription... rest) { in dispatch() argument304 for (StrokeDescription stroke : rest) { in dispatch()