Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
H A DAuthBiometricFingerprintView.kt56 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 DAuthBiometricView.java863 AuthDialog.LayoutParams onMeasureInternal(int width, int height) { in onMeasureInternal() method in AuthBiometricView
913 mLayoutParams = onMeasureInternal(width, height); in onMeasure()
H A DUdfpsDialogMeasureAdapter.java66 public AuthDialog.LayoutParams onMeasureInternal( in onMeasureInternal() method in UdfpsDialogMeasureAdapter
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/ui/
H A DBiometricPromptLayout.java98 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()