Searched defs:Point (Results  1 – 7 of 7) sorted by relevance
| /packages/modules/Bluetooth/system/gd/security/ecc/ | 
| D | p_256_ecc_pp.h | 34 struct Point {  struct52   Point G;  argument
 
 | 
| /packages/apps/Dialer/java/com/android/incallui/answer/impl/classifier/ | 
| D | Point.java | 19 class Point {  class24   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/ | 
| D | ReorderWidgets.java | 187     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/ | 
| D | ec.rs | 262 enum Point<Curve> {  enum267 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/ | 
| D | LocationClustering.java | 46     private static class Point {  class in LocationClustering47         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/ | 
| D | p_256_ecc_pp.h | 35 } Point;  typedef
 | 
| /packages/modules/CellBroadcastService/src/com/android/cellbroadcastservice/ | 
| D | CbGeoUtils.java | 308     public static class Point {  class in CbGeoUtils324         public Point(double x, double y) {  in Point()  method in CbGeoUtils.Point
 
 |