Loading packages/SystemUI/res/layout/biometric_prompt_one_pane_layout.xml +1 −0 Original line number Diff line number Diff line Loading @@ -11,6 +11,7 @@ android:layout_width="0dp" android:layout_height="0dp" android:contentDescription="@string/cancel" android:importantForAccessibility="no" app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintEnd_toEndOf="parent" app:layout_constraintStart_toStartOf="parent" Loading packages/SystemUI/res/layout/biometric_prompt_two_pane_layout.xml +1 −0 Original line number Diff line number Diff line Loading @@ -12,6 +12,7 @@ android:layout_height="match_parent"> android:layout_width="0dp" android:layout_height="0dp" android:contentDescription="@string/cancel" android:importantForAccessibility="no" app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintEnd_toEndOf="parent" app:layout_constraintStart_toStartOf="parent" Loading packages/SystemUI/src/com/android/systemui/biometrics/ui/binder/BiometricViewBinder.kt +0 −1 Original line number Diff line number Diff line Loading @@ -139,7 +139,6 @@ object BiometricViewBinder { ) } } ViewCompat.setAccessibilityDelegate(backgroundView, cancelDelegate) ViewCompat.setAccessibilityDelegate(cancelButton, cancelDelegate) // TODO(b/330788871): temporary workaround for the unsafe callbacks & legacy controllers Loading Loading
packages/SystemUI/res/layout/biometric_prompt_one_pane_layout.xml +1 −0 Original line number Diff line number Diff line Loading @@ -11,6 +11,7 @@ android:layout_width="0dp" android:layout_height="0dp" android:contentDescription="@string/cancel" android:importantForAccessibility="no" app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintEnd_toEndOf="parent" app:layout_constraintStart_toStartOf="parent" Loading
packages/SystemUI/res/layout/biometric_prompt_two_pane_layout.xml +1 −0 Original line number Diff line number Diff line Loading @@ -12,6 +12,7 @@ android:layout_height="match_parent"> android:layout_width="0dp" android:layout_height="0dp" android:contentDescription="@string/cancel" android:importantForAccessibility="no" app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintEnd_toEndOf="parent" app:layout_constraintStart_toStartOf="parent" Loading
packages/SystemUI/src/com/android/systemui/biometrics/ui/binder/BiometricViewBinder.kt +0 −1 Original line number Diff line number Diff line Loading @@ -139,7 +139,6 @@ object BiometricViewBinder { ) } } ViewCompat.setAccessibilityDelegate(backgroundView, cancelDelegate) ViewCompat.setAccessibilityDelegate(cancelButton, cancelDelegate) // TODO(b/330788871): temporary workaround for the unsafe callbacks & legacy controllers Loading