Home
last modified time | relevance | path

Searched refs:UNION (Results 1 – 21 of 21) 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.java2506 mTouchExcludeRegion.op(mTmpRect2, Region.Op.UNION); in updateTouchExcludeRegion()
2514 mTouchExcludeRegion.op(mTmpRegion, Op.UNION); in updateTouchExcludeRegion()
2519 mTouchExcludeRegion.op(mTmpRegion, Region.Op.UNION); in updateTouchExcludeRegion()
2526 mTouchExcludeRegion.op(mTmpRegion, Op.UNION); in updateTouchExcludeRegion()
5253 outExclusion.op(middle, Op.UNION); in calculateSystemGestureExclusion()
5263 outExclusion.op(local, Op.UNION); in calculateSystemGestureExclusion()
5266 outExclusionUnrestricted.op(local, Op.UNION); in calculateSystemGestureExclusion()
5337 global.op(rect, Op.UNION); in addToGlobalAndConsumeLimit()
DWindowState.java5179 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.java171 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.java726 inoutRegion.op(inoutRect, Op.UNION); in toRectAndAddToRegion()
DSurfaceView.java523 region.op(l, t, l+w, t+h, Region.Op.UNION); in gatherTransparentRegion()
DView.java26253 r.op(0, 0, db.left, h, Region.Op.UNION); in applyDrawableToTransparentRegion()
26257 r.op(db.right, 0, w, h, Region.Op.UNION); in applyDrawableToTransparentRegion()
26261 r.op(0, 0, w, db.top, Region.Op.UNION); in applyDrawableToTransparentRegion()
26265 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.java876 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/non-updatable-api/
Dcurrent.txt14733 enum_constant public static final android.graphics.Path.Op UNION;
15013 enum_constant public static final android.graphics.Region.Op UNION;
/frameworks/base/api/
Dcurrent.txt14733 enum_constant public static final android.graphics.Path.Op UNION;
15013 enum_constant public static final android.graphics.Region.Op UNION;