Home
last modified time | relevance | path

Searched defs:inOutPoint (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/core/java/android/util/
H A DRotationUtils.java177 public static void rotatePoint(Point inOutPoint, @Rotation int rotation, in rotatePoint()
200 public static void rotatePointF(PointF inOutPoint, @Rotation int rotation, in rotatePointF()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
H A DAuthController.java707 protected Point rotateToCurrentOrientation(Point inOutPoint, DisplayInfo displayInfo) { in rotateToCurrentOrientation()