Home
last modified time | relevance | path

Searched refs:getSensorLocation (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
H A DAuthController.java405 return new PointF(mUdfpsController.getSensorLocation().centerX(), in getUdfpsSensorLocation()
406 mUdfpsController.getSensorLocation().centerY()); in getUdfpsSensorLocation()
H A DUdfpsController.java396 && getSensorLocation().contains(x, y); in isWithinSensorArea()
681 public RectF getSensorLocation() { in getSensorLocation() method in UdfpsController