Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
H A DUdfpsEnrollDrawable.java444 final float halfSensorHeight = Math.abs(mSensorRect.bottom - mSensorRect.top) / 2f; in draw() local
447 final float hintYOffset = halfSensorHeight + mHintPaddingPx; in draw()