commit | 9c19c7544a197388ff97858cf17ed3c3a7dffef1 | [log] [tgz] |
---|---|---|
author | Yuncheol Heo <ycheo@google.com> | Fri Mar 29 20:18:11 2024 -0700 |
committer | Yuncheol Heo <ycheo@google.com> | Tue Apr 16 09:19:08 2024 -0700 |
tree | 1c2aca46b86ef44acee05ca0491bdf47034a3e2a | |
parent | a701c4f585d22c8edc55824b2ef7b5bb00336139 [diff] |
Plumb FocusChanged events to CarService To implement Driver performance isolation, we need a signal to notify that the top focused display is changed. WindowChangeListener#focusChanged() can provide it, but it's hidden api. So, we register it in CSHS and plum it to CarService. Bug: 300502877 Test: TBD Change-Id: Icb4d3089714d801738054388f1fa6ca408fb0fb3