Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
H A DAuthBiometricUdfpsView.java30 @Nullable private UdfpsDialogMeasureAdapter mMeasureAdapter; field in AuthBiometricUdfpsView
41 if (mMeasureAdapter == null || mMeasureAdapter.getSensorProps() != sensorProps) { in setSensorProps()
42 mMeasureAdapter = new UdfpsDialogMeasureAdapter(this, sensorProps); in setSensorProps()
50 return mMeasureAdapter != null in onMeasureInternal()
51 ? mMeasureAdapter.onMeasureInternal(width, height, layoutParams) in onMeasureInternal()