Searched refs:onMeasureInternal (Results 1 – 4 of 4) sorted by relevance
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/ |
H A D | AuthBiometricFingerprintView.kt | 56 override fun onMeasureInternal(width: Int, height: Int): AuthDialog.LayoutParams { 57 val layoutParams = super.onMeasureInternal(width, height) 59 return udfpsAdapter?.onMeasureInternal(width, height, layoutParams,
|
H A D | AuthBiometricView.java | 863 AuthDialog.LayoutParams onMeasureInternal(int width, int height) { in onMeasureInternal() method in AuthBiometricView 913 mLayoutParams = onMeasureInternal(width, height); in onMeasure()
|
H A D | UdfpsDialogMeasureAdapter.java | 66 public AuthDialog.LayoutParams onMeasureInternal( in onMeasureInternal() method in UdfpsDialogMeasureAdapter
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/ui/ |
H A D | BiometricPromptLayout.java | 98 private AuthDialog.LayoutParams onMeasureInternal(int width, int height) { in onMeasureInternal() method in BiometricPromptLayout 135 return mUdfpsAdapter.onMeasureInternal(width, height, params, in onMeasureInternal() 158 final AuthDialog.LayoutParams params = onMeasureInternal(width, height); in onMeasure()
|