Home
last modified time | relevance | path

Searched defs:Point (Results 1 – 7 of 7) sorted by relevance

/aosp14/frameworks/base/graphics/java/android/graphics/
H A DPoint.java27 public class Point implements Parcelable { class
31 public Point() {} in Point() method in Point
33 public Point(int x, int y) { in Point() method in Point
38 public Point(@NonNull Point src) { in Point() method in Point
/aosp14/frameworks/base/media/mca/filterfw/java/android/filterfw/geometry/
H A DPoint.java25 public class Point { class
33 public Point() { in Point() method in Point
37 public Point(float x, float y) { in Point() method in Point
/aosp14/frameworks/base/media/mca/filterfw/native/core/
H A Dgeometry.h30 Point() : x_(0.0f), y_(0.0f) {} in Point() function
31 Point(float x, float y) : x_(x), y_(y) {} in Point() function
/aosp14/frameworks/base/media/mca/filterpacks/native/base/
H A Dgeometry.h30 Point() : x_(0.0f), y_(0.0f) {} in Point() function
31 Point(float x, float y) : x_(x), y_(y) {} in Point() function
/aosp14/frameworks/base/telephony/java/android/telephony/
H A DCbGeoUtils.java278 static final class Point { class in CbGeoUtils.Polygon
282 Point(double x, double y) { in Point() method in CbGeoUtils.Polygon.Point
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusBarContentInsetsProvider.kt549 private fun Point.orientToRotZero(@Rotation rot: Int) { regex
561 private fun Point.logicalWidth(@Rotation rot: Int): Int { regex
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...