Home
last modified time | relevance | path

Searched refs:getInterceptRegion (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/
DRegionInterceptingFrameLayout.java74 Region unionRegion = riv.getInterceptRegion();
79 internalInsetsInfo.touchableRegion.op(riv.getInterceptRegion(), Op.UNION);
88 public Region getInterceptRegion(); in getInterceptRegion() method
DScreenDecorations.java614 public Region getInterceptRegion() { in getInterceptRegion() method in ScreenDecorations.DisplayCutoutView