Searched defs:Point (Results 1 – 7 of 7) sorted by relevance
27 public class Point implements Parcelable { class31 public Point() {} in Point() method in Point33 public Point(int x, int y) { in Point() method in Point38 public Point(@NonNull Point src) { in Point() method in Point
25 public class Point { class33 public Point() { in Point() method in Point37 public Point(float x, float y) { in Point() method in Point
30 Point() : x_(0.0f), y_(0.0f) {} in Point() function31 Point(float x, float y) : x_(x), y_(y) {} in Point() function
278 static final class Point { class in CbGeoUtils.Polygon282 Point(double x, double y) { in Point() method in CbGeoUtils.Polygon.Point
549 private fun Point.orientToRotZero(@Rotation rot: Int) { regex561 private fun Point.logicalWidth(@Rotation rot: Int): Int { regex
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...