Introduce WindowInfo::InputConfig flag to control input behavior
Instead of re-using layoutParams flags and layoutParam types and having redundant information in WindowInfo, we add a new InputConfig flag that the native input pipeline will use for all input window configurations. This also reduces WindowInfo's size by converting booleans into flags. Bug: 216806304 Test: atest libgui_test Test: atest inputflinger_tests Change-Id: If0354cc2cfc84986f7f0d48cd9348be1ff82293d
Loading
Please register or sign in to comment