/frameworks/base/packages/SystemUI/src/com/android/systemui/pip/phone/ |
D | PipResizeGestureHandler.java | 241 mTmpRegion.op(mTmpTopLeftCorner, Region.Op.UNION); in isWithinTouchRegion() 242 mTmpRegion.op(mTmpTopRightCorner, Region.Op.UNION); in isWithinTouchRegion() 243 mTmpRegion.op(mTmpBottomLeftCorner, Region.Op.UNION); in isWithinTouchRegion() 244 mTmpRegion.op(mTmpBottomRightCorner, Region.Op.UNION); in isWithinTouchRegion()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/ |
D | RegionInterceptingFrameLayout.java | 78 internalInsetsInfo.touchableRegion.op(unionRegion, Op.UNION);
|
D | ScreenDecorations.java | 182 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 546 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/services/core/java/com/android/server/wm/ |
D | AccessibilityController.java | 709 portionOfWindowAlreadyAccountedFor.op(nonMagnifiedBounds, Region.Op.UNION); in recomputeBoundsLocked() 713 mMagnificationRegion.op(windowBounds, Region.Op.UNION); in recomputeBoundsLocked() 716 nonMagnifiedBounds.op(windowBounds, Region.Op.UNION); in recomputeBoundsLocked() 725 nonMagnifiedBounds.op(navBarInsets, Region.Op.UNION); in recomputeBoundsLocked() 732 nonMagnifiedBounds.op(letterboxBounds, Region.Op.UNION); in recomputeBoundsLocked() 739 accountedBounds.op(nonMagnifiedBounds, Region.Op.UNION); in recomputeBoundsLocked()
|
D | DisplayContent.java | 2648 mTouchExcludeRegion.op(mTmpRect2, Region.Op.UNION); in updateTouchExcludeRegion() 2656 mTouchExcludeRegion.op(mTmpRegion, Op.UNION); in updateTouchExcludeRegion() 2664 mTouchExcludeRegion.op(mTmpRegion, Region.Op.UNION); in updateTouchExcludeRegion() 2672 mTouchExcludeRegion.op(mTmpRegion, Op.UNION); in updateTouchExcludeRegion() 2733 inOutRegion.op(region, Op.UNION); in amendWindowTapExcludeRegion() 4994 outExclusion.op(middle, Op.UNION); in calculateSystemGestureExclusion() 5004 outExclusion.op(local, Op.UNION); in calculateSystemGestureExclusion() 5007 outExclusionUnrestricted.op(local, Op.UNION); in calculateSystemGestureExclusion() 5078 global.op(rect, Op.UNION); in addToGlobalAndConsumeLimit()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/ |
D | GlobalScreenshot.java | 303 touchRegion.op(screenshotRect, Region.Op.UNION); in onComputeInternalInsets() 306 touchRegion.op(actionsRect, Region.Op.UNION); in onComputeInternalInsets() 309 touchRegion.op(dismissRect, Region.Op.UNION); in onComputeInternalInsets() 314 touchRegion.op(inset, Region.Op.UNION); in onComputeInternalInsets() 317 touchRegion.op(inset, Region.Op.UNION); in onComputeInternalInsets()
|
/frameworks/base/apct-tests/perftests/core/src/android/view/ |
D | CutoutSpecificationBenchmark.java | 91 inoutRegion.op(inoutRect, Region.Op.UNION); in toRectAndAddToRegion()
|
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/graph/ |
D | ThemedBatteryDrawable.kt | 198 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 | 583 region.op(l, t, l+w, t+h, Region.Op.UNION); in gatherTransparentRegion()
|
D | View.java | 26657 r.op(0, 0, db.left, h, Region.Op.UNION); in applyDrawableToTransparentRegion() 26661 r.op(db.right, 0, w, h, Region.Op.UNION); in applyDrawableToTransparentRegion() 26665 r.op(0, 0, w, db.top, Region.Op.UNION); in applyDrawableToTransparentRegion() 26669 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 | 322 path.op(rectanglePath, Path.Op.UNION); in generateOutlinePolygonPath()
|
/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/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | NavigationBarView.java | 958 mActiveRegion.op(buttonBounds, Op.UNION); in updateButtonLocation()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/stackdivider/ |
D | DividerView.java | 1319 mBackground.getRight(), mBackground.getBottom(), Op.UNION); in onComputeInternalInsets()
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/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 | 15194 enum_constant public static final android.graphics.Path.Op UNION; 15475 enum_constant public static final android.graphics.Region.Op UNION;
|