Loading packages/SystemUI/res/layout/udfps_enroll_view.xml +2 −1 Original line number Diff line number Diff line Loading @@ -24,5 +24,6 @@ <ImageView android:id="@+id/udfps_enroll_animation_fp_view" android:layout_width="match_parent" android:layout_height="match_parent"/> android:layout_height="match_parent" android:contentDescription="@string/accessibility_fingerprint_label"/> </com.android.systemui.biometrics.UdfpsEnrollView> packages/SystemUI/src/com/android/systemui/biometrics/UdfpsController.java +1 −2 Original line number Diff line number Diff line Loading @@ -658,8 +658,7 @@ public class UdfpsController implements DozeReceiver { // during a11y. if (reason == IUdfpsOverlayController.REASON_ENROLL_FIND_SENSOR || reason == IUdfpsOverlayController.REASON_ENROLL_ENROLLING) { mView.setImportantForAccessibility( View.IMPORTANT_FOR_ACCESSIBILITY_NO_HIDE_DESCENDANTS); mView.setImportantForAccessibility(View.IMPORTANT_FOR_ACCESSIBILITY_NO); } mWindowManager.addView(mView, computeLayoutParams(animation)); Loading Loading
packages/SystemUI/res/layout/udfps_enroll_view.xml +2 −1 Original line number Diff line number Diff line Loading @@ -24,5 +24,6 @@ <ImageView android:id="@+id/udfps_enroll_animation_fp_view" android:layout_width="match_parent" android:layout_height="match_parent"/> android:layout_height="match_parent" android:contentDescription="@string/accessibility_fingerprint_label"/> </com.android.systemui.biometrics.UdfpsEnrollView>
packages/SystemUI/src/com/android/systemui/biometrics/UdfpsController.java +1 −2 Original line number Diff line number Diff line Loading @@ -658,8 +658,7 @@ public class UdfpsController implements DozeReceiver { // during a11y. if (reason == IUdfpsOverlayController.REASON_ENROLL_FIND_SENSOR || reason == IUdfpsOverlayController.REASON_ENROLL_ENROLLING) { mView.setImportantForAccessibility( View.IMPORTANT_FOR_ACCESSIBILITY_NO_HIDE_DESCENDANTS); mView.setImportantForAccessibility(View.IMPORTANT_FOR_ACCESSIBILITY_NO); } mWindowManager.addView(mView, computeLayoutParams(animation)); Loading