Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
H A DAuthBiometricUdfpsView.java48 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 DAuthBiometricFaceToFingerprintView.java213 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 DAuthBiometricView.java792 AuthDialog.LayoutParams onMeasureInternal(int width, int height) { in onMeasureInternal() method in AuthBiometricView
852 mLayoutParams = onMeasureInternal(newWidth, height); in onMeasure()
H A DUdfpsDialogMeasureAdapter.java62 AuthDialog.LayoutParams onMeasureInternal( in onMeasureInternal() method in UdfpsDialogMeasureAdapter