Home
last modified time | relevance | path

Searched refs:Segment (Results 1 – 5 of 5) sorted by relevance

/aosp14/frameworks/base/graphics/java/android/graphics/
H A DPathIterator.java37 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 PathIterator
278 Segment(@NonNull @Verb int verb, @NonNull float[] points, float conicWeight) { in Segment() method in PathIterator.Segment
/aosp14/frameworks/base/apct-tests/perftests/core/src/android/graphics/perftests/
H A DPathIteratorPerfTest.java62 PathIterator.Segment segment = iterator.next(); in testNextSegmentImpl()
/aosp14/frameworks/base/config/
H A Dboot-image-profile.txt23373 …d/okhttp/okio/Buffer;->skip(J)V+]Lcom/android/okhttp/okio/Segment;Lcom/android/okhttp/okio/Segment;
23457 HSPLcom/android/okhttp/okio/Segment;-><init>()V
23458 HSPLcom/android/okhttp/okio/Segment;-><init>(Lcom/android/okhttp/okio/Segment;)V
23460 HSPLcom/android/okhttp/okio/Segment;->compact()V
23461 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)V
46031 Lcom/android/okhttp/okio/Segment;
48315 Ljava/util/concurrent/ConcurrentHashMap$Segment;
[all …]
H A Dpreloaded-classes13121 com.android.okhttp.okio.Segment
15402 java.util.concurrent.ConcurrentHashMap$Segment
17290 [Ljava.util.concurrent.ConcurrentHashMap$Segment;
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt16223 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 {