Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/security/ecc/
Dp_256_ecc_pp.h34 struct Point { struct
52 Point G; argument
/packages/apps/Dialer/java/com/android/incallui/answer/impl/classifier/
DPoint.java19 class Point { class
24 public Point(float x, float y) { in Point() method in Point
30 public Point(float x, float y, long timeOffsetNano) { in Point() method in Point
/packages/apps/Launcher3/tests/src/com/android/launcher3/celllayout/
DReorderWidgets.java187 private boolean runTestCaseMap(Map<Point, ReorderTestCase> testCaseMap, String testName) { in runTestCaseMap()
200 private void runTestCaseMapForAllGrids(Map<Point, ReorderTestCase> testCaseMap, in runTestCaseMapForAllGrids()
275 Map<Point, ReorderTestCase> testCaseMap) { in addTestCase()
/packages/modules/Bluetooth/tools/rootcanal/rust/src/lmp/
Dec.rs262 enum Point<Curve> { enum
267 impl<Curve> Point<Curve> impl
313 impl<Curve> Clone for Point<Curve> implementation
327 impl<Curve> std::ops::Add<&Point<Curve>> for &Point<Curve> implementation
365 impl<Curve> std::ops::Mul<&BigInt> for &Point<Curve> implementation
/packages/apps/Gallery2/src/com/android/gallery3d/data/
DLocationClustering.java46 private static class Point { class in LocationClustering
47 public Point(double lat, double lng) { in Point() method in LocationClustering.Point
51 public Point() {} in Point() method in LocationClustering.Point
/packages/modules/Bluetooth/system/stack/smp/
Dp_256_ecc_pp.h35 } Point; typedef
/packages/modules/CellBroadcastService/src/com/android/cellbroadcastservice/
DCbGeoUtils.java308 public static class Point { class in CbGeoUtils
324 public Point(double x, double y) { in Point() method in CbGeoUtils.Point