Searched refs:mMeasureAdapter (Results 1 – 1 of 1) sorted by relevance
30 @Nullable private UdfpsDialogMeasureAdapter mMeasureAdapter; field in AuthBiometricUdfpsView41 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()