/frameworks/base/services/core/java/com/android/server/wm/ |
D | TapExcludeRegionHolder.java | 52 region.op(r, Region.Op.UNION); in amendRegion()
|
D | AccessibilityController.java | 599 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()
|
D | DisplayContent.java | 2499 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()
|
D | WindowState.java | 5040 region.op(tempRegion, Region.Op.UNION); in amendTapExcludeRegion()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/ |
D | RegionInterceptingFrameLayout.java | 78 internalInsetsInfo.touchableRegion.op(unionRegion, Op.UNION);
|
D | ScreenDecorations.java | 143 result.op(r, Region.Op.UNION); in rectsToRegion()
|
/frameworks/base/graphics/java/android/graphics/ |
D | Region.java | 42 UNION(2), enumConstant 258 return op(r, Op.UNION); in union()
|
D | Path.java | 151 UNION, enumConstant 540 rects.op((int) left, (int) top, (int) right, (int) bottom, Region.Op.UNION); in detectSimplePath()
|
D | Canvas.java | 913 Region.Op.UNION.nativeInt); in clipRectUnion()
|
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/graph/ |
D | ThemedBatteryDrawable.kt | 198 unifiedPath.op(levelPath, Path.Op.UNION) in <lambda>()
|
/frameworks/layoutlib/bridge/src/android/graphics/ |
D | Region_Delegate.java | 102 } else if (regionOp == Region.Op.UNION.nativeInt) { in combineShapes()
|
/frameworks/base/core/java/android/widget/ |
D | SmartSelectSprite.java | 323 path.op(rectanglePath, Path.Op.UNION); in generateOutlinePolygonPath()
|
/frameworks/base/core/java/android/view/ |
D | DisplayCutout.java | 721 inoutRegion.op(inoutRect, Op.UNION); in toRectAndAddToRegion()
|
D | SurfaceView.java | 388 region.op(l, t, l+w, t+h, Region.Op.UNION); in gatherTransparentRegion()
|
D | View.java | 25707 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/ |
D | TvView.java | 739 region.op(left, top, left + width, top + height, Region.Op.UNION); in gatherTransparentRegion()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | NavigationBarView.java | 856 mActiveRegion.op(buttonBounds, Op.UNION); in updateButtonLocation()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/stackdivider/ |
D | DividerView.java | 1255 mBackground.getRight(), mBackground.getBottom(), Op.UNION); in onComputeInternalInsets()
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 11196 enum_constant public static final android.graphics.Path.Op UNION; 11478 enum_constant public static final android.graphics.Region.Op UNION;
|
/frameworks/base/api/ |
D | current.txt | 14716 enum_constant public static final android.graphics.Path.Op UNION; 14996 enum_constant public static final android.graphics.Region.Op UNION;
|