commit | 47c0a4808944d84a6ac19a3ade1afccbc3ba0a00 | [log] [tgz] |
---|---|---|
author | Changwan Ryu <changwan@google.com> | Mon Jun 22 13:59:30 2020 -0700 |
committer | Changwan Ryu <changwan@google.com> | Thu Jun 25 17:15:26 2020 -0700 |
tree | 07f89e281c08eb03cc9c31198a6eee6c019976d2 | |
parent | a6846ed09b79af530b650144440c6de10dd1a2e3 [diff] |
[WebView] Listen to window insets change Overriding these methods in preparation for notch and safe area implementation for WebView. A corresponding implementation for Chrome app does this: https://source.chromium.org/chromium/chromium/src/+/master:components/browser_ui/widget/android/java/src/org/chromium/components/browser_ui/widget/InsetObserverView.java;l=179;drc=b17e62321db0f69a9131d3bb87ab9cef502a0eaf?originalUrl=https:%2F%2Fcs.chromium.org%2F An alternative would be to call View#setOnApplyWindowInsetsListener(), but that might not be as straightforward and might conflict with app's own usage around windowinsets. Returning null from a default implementation and use super method until we can actually implement it in the chromium repo. (Note: I would like to merge this to R if possible.) Bug: 159610496 Test: CL does not break build/test. Change-Id: Ic0421d7347e8091e02af6c9d5a24fdb334f37c47