summaryrefslogtreecommitdiff
path: root/packages/SystemUI/src/com/android/systemui/RegionInterceptingFrameLayout.java
AgeCommit message (Collapse)Author
2018-11-14Fixes import ordering.Gus Prevas
Test: n/a Change-Id: I432e11b52deb7974e50f62076af3b7aa07e364b6
2018-10-03Refactor DisplayCutout to use Rect instead of Region.Issei Suzuki
Test: unittest Bug: 112296834 Change-Id: I4245543c26f99afa59a34f5b6e6650b93d052a6e
2018-03-16Intercept touches in the emulated DisplayCutoutEvan Laird
Added a RegionInterceptingFrameLayout that can add the regions of its children to the touchable region of the inernal insets, and added DisplayCutoutView as a RegionInterceptableView child. Test: taps inside the DisplayCutout view do nothing Change-Id: I86120b39084da2b686d9954b4b16ea94efbd0f95 Fixes: 74946584