Searched refs:Segment (Results 1 – 5 of 5) sorted by relevance
37 public class PathIterator implements Iterator<PathIterator.Segment> {201 public Segment next() { in next()210 return new Segment(returnVerb, returnPoints, conicWeight); in next()230 public static class Segment { class in PathIterator278 Segment(@NonNull @Verb int verb, @NonNull float[] points, float conicWeight) { in Segment() method in PathIterator.Segment
62 PathIterator.Segment segment = iterator.next(); in testNextSegmentImpl()
23373 …d/okhttp/okio/Buffer;->skip(J)V+]Lcom/android/okhttp/okio/Segment;Lcom/android/okhttp/okio/Segment;23457 HSPLcom/android/okhttp/okio/Segment;-><init>()V23458 HSPLcom/android/okhttp/okio/Segment;-><init>(Lcom/android/okhttp/okio/Segment;)V23460 HSPLcom/android/okhttp/okio/Segment;->compact()V23461 HSPLcom/android/okhttp/okio/Segment;->pop()Lcom/android/okhttp/okio/Segment;23462 HSPLcom/android/okhttp/okio/Segment;->push(Lcom/android/okhttp/okio/Segment;)Lcom/android/okhttp/ok…23463 HSPLcom/android/okhttp/okio/Segment;->split(I)Lcom/android/okhttp/okio/Segment;23464 HSPLcom/android/okhttp/okio/Segment;->writeTo(Lcom/android/okhttp/okio/Segment;I)V46031 Lcom/android/okhttp/okio/Segment;48315 Ljava/util/concurrent/ConcurrentHashMap$Segment;[all …]
13121 com.android.okhttp.okio.Segment15402 java.util.concurrent.ConcurrentHashMap$Segment17290 [Ljava.util.concurrent.ConcurrentHashMap$Segment;
16223 public class PathIterator implements java.util.Iterator<android.graphics.PathIterator.Segment> {16226 method @NonNull public android.graphics.PathIterator.Segment next();16237 public static class PathIterator.Segment {