Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DTapExcludeRegionHolder.java52 region.op(r, Region.Op.UNION); in amendRegion()
DAccessibilityController.java599 portionOfWindowAlreadyAccountedFor.op(nonMagnifiedBounds, Region.Op.UNION); in recomputeBoundsLocked()
603 mMagnificationRegion.op(windowBounds, Region.Op.UNION); in recomputeBoundsLocked()
606 nonMagnifiedBounds.op(windowBounds, Region.Op.UNION); in recomputeBoundsLocked()
613 nonMagnifiedBounds.op(letterboxBounds, Region.Op.UNION); in recomputeBoundsLocked()
620 accountedBounds.op(nonMagnifiedBounds, Region.Op.UNION); in recomputeBoundsLocked()
653 dirtyRegion.op(mOldMagnificationRegion, Region.Op.UNION); in recomputeBoundsLocked()
DDisplayContent.java2499 mTouchExcludeRegion.op(mTmpRect2, Region.Op.UNION); in updateTouchExcludeRegion()
2507 mTouchExcludeRegion.op(mTmpRegion, Op.UNION); in updateTouchExcludeRegion()
2512 mTouchExcludeRegion.op(mTmpRegion, Region.Op.UNION); in updateTouchExcludeRegion()
2519 mTouchExcludeRegion.op(mTmpRegion, Op.UNION); in updateTouchExcludeRegion()
5188 global.op(middle, Op.UNION); in calculateSystemGestureExclusion()
5191 global.op(local, Op.UNION); in calculateSystemGestureExclusion()
5239 global.op(rect, Op.UNION); in addToGlobalAndConsumeLimit()
DWindowState.java5040 region.op(tempRegion, Region.Op.UNION); in amendTapExcludeRegion()
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DRegionInterceptingFrameLayout.java78 internalInsetsInfo.touchableRegion.op(unionRegion, Op.UNION);
DScreenDecorations.java143 result.op(r, Region.Op.UNION); in rectsToRegion()
/frameworks/base/graphics/java/android/graphics/
DRegion.java42 UNION(2), enumConstant
258 return op(r, Op.UNION); in union()
DPath.java151 UNION, enumConstant
540 rects.op((int) left, (int) top, (int) right, (int) bottom, Region.Op.UNION); in detectSimplePath()
DCanvas.java913 Region.Op.UNION.nativeInt); in clipRectUnion()
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/graph/
DThemedBatteryDrawable.kt198 unifiedPath.op(levelPath, Path.Op.UNION) in <lambda>()
/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.java323 path.op(rectanglePath, Path.Op.UNION); in generateOutlinePolygonPath()
/frameworks/base/core/java/android/view/
DDisplayCutout.java721 inoutRegion.op(inoutRect, Op.UNION); in toRectAndAddToRegion()
DSurfaceView.java388 region.op(l, t, l+w, t+h, Region.Op.UNION); in gatherTransparentRegion()
DView.java25707 r.op(0, 0, db.left, h, Region.Op.UNION); in applyDrawableToTransparentRegion()
25711 r.op(db.right, 0, w, h, Region.Op.UNION); in applyDrawableToTransparentRegion()
25715 r.op(0, 0, w, db.top, Region.Op.UNION); in applyDrawableToTransparentRegion()
25719 r.op(0, db.bottom, w, h, Region.Op.UNION); in applyDrawableToTransparentRegion()
/frameworks/base/media/java/android/media/tv/
DTvView.java739 region.op(left, top, left + width, top + height, Region.Op.UNION); in gatherTransparentRegion()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNavigationBarView.java856 mActiveRegion.op(buttonBounds, Op.UNION); in updateButtonLocation()
/frameworks/base/packages/SystemUI/src/com/android/systemui/stackdivider/
DDividerView.java1255 mBackground.getRight(), mBackground.getBottom(), Op.UNION); in onComputeInternalInsets()
/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;
/frameworks/base/api/
Dcurrent.txt14716 enum_constant public static final android.graphics.Path.Op UNION;
14996 enum_constant public static final android.graphics.Region.Op UNION;