From 1a96556be5263ec82a3b4beef9f247ec0546e6bd Mon Sep 17 00:00:00 2001 From: Heemin Seog Date: Tue, 9 Mar 2021 20:12:58 +0000 Subject: [PATCH] DO NOT MERGE Remove focus on PasswordTextView Because we provide a PIN pad, the passwordTextView does not need to be focusable. Bug: 182211814 Test: manual Change-Id: Ib0ed8c0bf6c0fd70f750e093b1fb64134866d442 --- .../layout-land/keyguard_pin_view.xml | 2 +- .../res-keyguard/layout/keyguard_pin_view.xml | 2 +- .../keyguard/UnfocusablePasswordTextView.java | 44 +++++++++++++++++++ 3 files changed, 46 insertions(+), 2 deletions(-) create mode 100644 packages/CarSystemUI/src/com/android/systemui/car/keyguard/UnfocusablePasswordTextView.java diff --git a/packages/CarSystemUI/res-keyguard/layout-land/keyguard_pin_view.xml b/packages/CarSystemUI/res-keyguard/layout-land/keyguard_pin_view.xml index 5746102f5f275..189f33140d41b 100644 --- a/packages/CarSystemUI/res-keyguard/layout-land/keyguard_pin_view.xml +++ b/packages/CarSystemUI/res-keyguard/layout-land/keyguard_pin_view.xml @@ -55,7 +55,7 @@ android:gravity="center" android:orientation="vertical"> - -