Merge "InputMonitor: Update name" into tm-dev am: f9ea3a5043
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/17582714 Change-Id: Ic0162e5c260ed9fe72801623370cb257d8dc6238 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -249,6 +249,8 @@ final class InputMonitor {
|
|||||||
inputWindowHandle.setPaused(w.mActivityRecord != null && w.mActivityRecord.paused);
|
inputWindowHandle.setPaused(w.mActivityRecord != null && w.mActivityRecord.paused);
|
||||||
inputWindowHandle.setWindowToken(w.mClient);
|
inputWindowHandle.setWindowToken(w.mClient);
|
||||||
|
|
||||||
|
inputWindowHandle.setName(w.getName());
|
||||||
|
|
||||||
// Update layout params flags to force the window to be not touch modal. We do this to
|
// Update layout params flags to force the window to be not touch modal. We do this to
|
||||||
// restrict the window's touchable region to the task even if it requests touches outside
|
// restrict the window's touchable region to the task even if it requests touches outside
|
||||||
// its window bounds. An example is a dialog in primary split should get touches outside its
|
// its window bounds. An example is a dialog in primary split should get touches outside its
|
||||||
|
|||||||
Reference in New Issue
Block a user