summaryrefslogtreecommitdiff
path: root/packages/SystemUI/src/com/android/systemui/RegionInterceptingFrameLayout.java
Commit message (Collapse)AuthorAgeFilesLines
* Fixes import ordering.Gus Prevas2018-11-141-1/+0
| | | | | Test: n/a Change-Id: I432e11b52deb7974e50f62076af3b7aa07e364b6
* Refactor DisplayCutout to use Rect instead of Region.Issei Suzuki2018-10-031-1/+1
| | | | | | | Test: unittest Bug: 112296834 Change-Id: I4245543c26f99afa59a34f5b6e6650b93d052a6e
* Intercept touches in the emulated DisplayCutoutEvan Laird2018-03-161-0/+90
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