commit | 0a83081800c51ac2b00a08e993877f17583cff7e | [log] [tgz] |
---|---|---|
author | Chavi Weingarten <chaviw@google.com> | Mon Nov 06 18:57:47 2023 +0000 |
committer | Chavi Weingarten <chaviw@google.com> | Sat Nov 11 00:03:51 2023 +0000 |
tree | b8fd4d0ee2709b7b0f9d26789ea1858cdb1f0222 | |
parent | 8ff62994a0a130025c245d463c1bd680e199862b [diff] |
Change Input to use IBinder intead of IWindow for client token. There's no need for Input to use IWindow object since it's not use the interface and just using it as a pure client token. Change the system server code so it accepts an IBinder object instead of IWindow so more generic tokens can be used to create InputChannels. Test: Input works Bug: 278757236 Change-Id: I8eaa0832a9b70818a94ee3e21b7f3269456af9a2