Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/data/repository/
DFacePropertyRepository.kt223 ) { defaultLocation, displayRotation, displaySize, scaleForResolution -> in info() method
225 defaultLocation, in info()
240 defaultLocation: Point?, in computeCurrentFaceLocation()
245 if (defaultLocation == null) { in computeCurrentFaceLocation()
251 (defaultLocation.x * scaleForResolution).toInt(), in computeCurrentFaceLocation()
252 (defaultLocation.y * scaleForResolution).toInt() in computeCurrentFaceLocation()