Searched refs:onMeasureInternal (Results 1 – 4 of 4) sorted by relevance
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/ |
H A D | AuthBiometricUdfpsView.java | 48 AuthDialog.LayoutParams onMeasureInternal(int width, int height) { in onMeasureInternal() method in AuthBiometricUdfpsView 49 final AuthDialog.LayoutParams layoutParams = super.onMeasureInternal(width, height); in onMeasureInternal() 51 ? mMeasureAdapter.onMeasureInternal(width, height, layoutParams) in onMeasureInternal()
|
H A D | AuthBiometricFaceToFingerprintView.java | 213 AuthDialog.LayoutParams onMeasureInternal(int width, int height) { in onMeasureInternal() method in AuthBiometricFaceToFingerprintView 214 final AuthDialog.LayoutParams layoutParams = super.onMeasureInternal(width, height); in onMeasureInternal() 216 ? getUdfpsMeasureAdapter().onMeasureInternal(width, height, layoutParams) in onMeasureInternal()
|
H A D | AuthBiometricView.java | 792 AuthDialog.LayoutParams onMeasureInternal(int width, int height) { in onMeasureInternal() method in AuthBiometricView 852 mLayoutParams = onMeasureInternal(newWidth, height); in onMeasure()
|
H A D | UdfpsDialogMeasureAdapter.java | 62 AuthDialog.LayoutParams onMeasureInternal( in onMeasureInternal() method in UdfpsDialogMeasureAdapter
|