Home
last modified time | relevance | path

Searched refs:UNION (Results 1 – 24 of 24) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/
DRegionInterceptingFrameLayout.java78 internalInsetsInfo.touchableRegion.op(unionRegion, Op.UNION);
DScreenDecorations.java207 result.op(r, Region.Op.UNION); in rectsToRegion()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/phone/
DPipResizeGestureHandler.java308 mTmpRegion.op(mTmpTopLeftCorner, Region.Op.UNION); in isWithinDragResizeRegion()
309 mTmpRegion.op(mTmpTopRightCorner, Region.Op.UNION); in isWithinDragResizeRegion()
310 mTmpRegion.op(mTmpBottomLeftCorner, Region.Op.UNION); in isWithinDragResizeRegion()
311 mTmpRegion.op(mTmpBottomRightCorner, Region.Op.UNION); in isWithinDragResizeRegion()
/frameworks/base/graphics/java/android/graphics/
DRegion.java43 UNION(2), enumConstant
259 return op(r, Op.UNION); in union()
DPath.java152 UNION, enumConstant
547 rects.op((int) left, (int) top, (int) right, (int) bottom, Region.Op.UNION); in detectSimplePath()
DCanvas.java881 Region.Op.UNION.nativeInt); in clipRectUnion()
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
DImageTileSet.java89 mRegion.op(tile.getLocation(), mRegion, Region.Op.UNION); in addTile()
DScreenshotView.java274 touchRegion.op(tmpRect, Region.Op.UNION); in getTouchRegion()
277 touchRegion.op(tmpRect, Region.Op.UNION); in getTouchRegion()
279 touchRegion.op(tmpRect, Region.Op.UNION); in getTouchRegion()
283 touchRegion.op(tmpRect, Region.Op.UNION); in getTouchRegion()
293 touchRegion.op(inset, Region.Op.UNION); in getTouchRegion()
296 touchRegion.op(inset, Region.Op.UNION); in getTouchRegion()
/frameworks/base/apct-tests/perftests/core/src/android/view/
DCutoutSpecificationBenchmark.java76 inoutRegion.op(inoutRect, Region.Op.UNION); in toRectAndAddToRegion()
/frameworks/base/services/core/java/com/android/server/wm/
DAccessibilityController.java967 portionOfWindowAlreadyAccountedFor.op(nonMagnifiedBounds, Region.Op.UNION); in recomputeBounds()
971 mMagnificationRegion.op(windowBounds, Region.Op.UNION); in recomputeBounds()
974 nonMagnifiedBounds.op(windowBounds, Region.Op.UNION); in recomputeBounds()
983 nonMagnifiedBounds.op(navBarInsets, Region.Op.UNION); in recomputeBounds()
990 nonMagnifiedBounds.op(letterboxBounds, Region.Op.UNION); in recomputeBounds()
997 accountedBounds.op(nonMagnifiedBounds, Region.Op.UNION); in recomputeBounds()
DDisplayContent.java2887 mTouchExcludeRegion.op(mTmpRect2, Region.Op.UNION); in updateTouchExcludeRegion()
2895 mTouchExcludeRegion.op(mTmpRegion, Op.UNION); in updateTouchExcludeRegion()
2903 mTouchExcludeRegion.op(mTmpRegion, Region.Op.UNION); in updateTouchExcludeRegion()
2911 mTouchExcludeRegion.op(mTmpRegion, Op.UNION); in updateTouchExcludeRegion()
2973 inOutRegion.op(region, Op.UNION); in amendWindowTapExcludeRegion()
5229 outExclusion.op(middle, Op.UNION); in calculateSystemGestureExclusion()
5239 outExclusion.op(local, Op.UNION); in calculateSystemGestureExclusion()
5242 outExclusionUnrestricted.op(local, Op.UNION); in calculateSystemGestureExclusion()
5317 global.op(rect, Op.UNION); in addToGlobalAndConsumeLimit()
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/graph/
DThemedBatteryDrawable.kt199 unifiedPath.op(levelPath, Path.Op.UNION) in <lambda>()
/frameworks/base/core/java/android/view/
DCutoutSpecification.java224 inoutRegion.op(inoutRect, Region.Op.UNION);
DSurfaceView.java615 region.op(l, t, l+w, t+h, Region.Op.UNION); in gatherTransparentRegion()
DView.java27010 r.op(0, 0, db.left, h, Region.Op.UNION); in applyDrawableToTransparentRegion()
27014 r.op(db.right, 0, w, h, Region.Op.UNION); in applyDrawableToTransparentRegion()
27018 r.op(0, 0, w, db.top, Region.Op.UNION); in applyDrawableToTransparentRegion()
27022 r.op(0, db.bottom, w, h, Region.Op.UNION); in applyDrawableToTransparentRegion()
/frameworks/layoutlib/bridge/src/android/graphics/
DRegion_Delegate.java102 } else if (regionOp == Region.Op.UNION.nativeInt) { in combineShapes()
/frameworks/base/core/java/android/widget/
DSmartSelectSprite.java320 path.op(rectanglePath, Path.Op.UNION); in generateOutlinePolygonPath()
/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/
DNavigationBarView.java1039 mTmpRegion.op(mButtonFullTouchableRegions.get(view), Op.UNION); in updateButtonLocation()
1054 mTmpRegion.op(mTmpBounds, Op.UNION); in updateButtonLocation()
/frameworks/base/media/java/android/media/tv/
DTvView.java739 region.op(left, top, left + width, top + height, Region.Op.UNION); in gatherTransparentRegion()
/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/
DAccessibilityWindowManagerTest.java523 region.op(0, SCREEN_HEIGHT - 200, SCREEN_WIDTH, SCREEN_HEIGHT, Region.Op.UNION); in computePartialInteractiveRegionForWindow_partialVisible_returnVisibleRegion()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/legacysplitscreen/
DDividerView.java1313 mBackground.getRight(), mBackground.getBottom(), Op.UNION); in onComputeInternalInsets()
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
DVolumeDialogImpl.java365 Region.Op.UNION); in unionViewBoundstoTouchableRegion()
/frameworks/base/core/api/
Dcurrent.txt15832 enum_constant public static final android.graphics.Path.Op UNION;
16114 enum_constant public static final android.graphics.Region.Op UNION;
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt11196 enum_constant public static final android.graphics.Path.Op UNION;
11478 enum_constant public static final android.graphics.Region.Op UNION;