Searched defs:currentSegment (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/util/
H A DCachedPathIteratorFactory.java37 * PathIterator#currentSegment coordinates array.
57 int type = iterator.currentSegment(points);
225 int type = iterator.currentSegment(segment);
378 public int currentSegment(float[] coords) { method in class:CachedPathIteratorFactory.CachedPathIterator
384 public int currentSegment(double[] coords) { method in class:CachedPathIteratorFactory.CachedPathIterator
442 public int currentSegment(@NonNull float[] coords, float length) { method in class:CachedPathIteratorFactory.CachedPathIterator
443 int type = currentSegment(coords);
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 46 milliseconds