/frameworks/base/packages/SystemUI/src/com/android/systemui/ |
D | RegionInterceptingFrameLayout.java | 78 internalInsetsInfo.touchableRegion.op(unionRegion, Op.UNION);
|
D | ScreenDecorations.java | 207 result.op(r, Region.Op.UNION); in rectsToRegion()
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/phone/ |
D | PipResizeGestureHandler.java | 308 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/ |
D | Region.java | 43 UNION(2), enumConstant 259 return op(r, Op.UNION); in union()
|
D | Path.java | 152 UNION, enumConstant 547 rects.op((int) left, (int) top, (int) right, (int) bottom, Region.Op.UNION); in detectSimplePath()
|
D | Canvas.java | 881 Region.Op.UNION.nativeInt); in clipRectUnion()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/ |
D | ImageTileSet.java | 89 mRegion.op(tile.getLocation(), mRegion, Region.Op.UNION); in addTile()
|
D | ScreenshotView.java | 274 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/ |
D | CutoutSpecificationBenchmark.java | 76 inoutRegion.op(inoutRect, Region.Op.UNION); in toRectAndAddToRegion()
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | AccessibilityController.java | 967 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()
|
D | DisplayContent.java | 2887 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/ |
D | ThemedBatteryDrawable.kt | 199 unifiedPath.op(levelPath, Path.Op.UNION) in <lambda>()
|
/frameworks/base/core/java/android/view/ |
D | CutoutSpecification.java | 224 inoutRegion.op(inoutRect, Region.Op.UNION);
|
D | SurfaceView.java | 615 region.op(l, t, l+w, t+h, Region.Op.UNION); in gatherTransparentRegion()
|
D | View.java | 27010 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/ |
D | Region_Delegate.java | 102 } else if (regionOp == Region.Op.UNION.nativeInt) { in combineShapes()
|
/frameworks/base/core/java/android/widget/ |
D | SmartSelectSprite.java | 320 path.op(rectanglePath, Path.Op.UNION); in generateOutlinePolygonPath()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/ |
D | NavigationBarView.java | 1039 mTmpRegion.op(mButtonFullTouchableRegions.get(view), Op.UNION); in updateButtonLocation() 1054 mTmpRegion.op(mTmpBounds, Op.UNION); in updateButtonLocation()
|
/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/services/tests/servicestests/src/com/android/server/accessibility/ |
D | AccessibilityWindowManagerTest.java | 523 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/ |
D | DividerView.java | 1313 mBackground.getRight(), mBackground.getBottom(), Op.UNION); in onComputeInternalInsets()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/ |
D | VolumeDialogImpl.java | 365 Region.Op.UNION); in unionViewBoundstoTouchableRegion()
|
/frameworks/base/core/api/ |
D | current.txt | 15832 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/ |
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;
|