OSDN Git Service

Fix User unable to view the keyboard input
authorsanryhuang <sanryhuang@google.com>
Fri, 18 May 2018 07:57:43 +0000 (15:57 +0800)
committerSanry Huang <sanryhuang@google.com>
Wed, 23 May 2018 07:37:58 +0000 (07:37 +0000)
commit63787860c29d4394ffcb916aa48a08f74949208a
tree42aaeaa60412ced841afc628e6b8abc5ed09a32d
parentc443a7cbef9d6630c1f0f2e4060367e0d9dec89a
Fix User unable to view the keyboard input

revert extracted mode solution and using commandQueue to implement
setRemoteInputActive

Test: manual test
Test: atest
Change-Id: I82c63843dd38c19c1f88af15abcc137be4f72c83
Fixes:73275201
packages/SystemUI/res/layout/remote_input.xml
packages/SystemUI/src/com/android/systemui/SystemUIFactory.java
packages/SystemUI/src/com/android/systemui/qs/QSFragment.java
packages/SystemUI/src/com/android/systemui/statusbar/phone/StatusBar.java
packages/SystemUI/src/com/android/systemui/statusbar/policy/RemoteInputQuickSettingsDisabler.java [new file with mode: 0644]
packages/SystemUI/src/com/android/systemui/statusbar/policy/RemoteInputView.java
packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/RemoteInputQuickSettingsDisablerTest.java [new file with mode: 0644]
packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/RemoteInputViewTest.java