/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/desktopmode/ |
D | DesktopModeVisualIndicatorTest.kt | 126 testRegion.op(splitLeftRegion, Region.Op.DIFFERENCE) in testToDesktopRegionCalculation() 127 testRegion.op(splitRightRegion, Region.Op.DIFFERENCE) in testToDesktopRegionCalculation() 128 testRegion.op(fullscreenRegion, Region.Op.DIFFERENCE) in testToDesktopRegionCalculation()
|
/frameworks/base/tests/graphics/HwAccelerationTest/src/com/android/test/hwui/ |
D | ClipRegion2Activity.java | 74 Region.Op.DIFFERENCE); in dispatchDraw()
|
/frameworks/base/graphics/java/android/graphics/ |
D | Canvas.java | 849 && op != Region.Op.INTERSECT && op != Region.Op.DIFFERENCE) { in checkValidClipOp() 934 Region.Op.DIFFERENCE.nativeInt); in clipOutRect() 958 Region.Op.DIFFERENCE.nativeInt); in clipOutRect() 1023 Region.Op.DIFFERENCE.nativeInt); in clipOutRect() 1056 Region.Op.DIFFERENCE.nativeInt); in clipOutRect() 1099 return clipPath(path, Region.Op.DIFFERENCE); in clipOutPath() 1162 Region.Op.DIFFERENCE.nativeInt); in clipOutShader()
|
D | BlendMode.java | 413 DIFFERENCE(22), enumConstant
|
D | Region.java | 41 DIFFERENCE(0), enumConstant
|
D | Path.java | 122 DIFFERENCE, enumConstant
|
/frameworks/base/core/java/com/android/internal/widget/remotecompose/core/operations/ |
D | ClipPath.java | 43 public static final int DIFFERENCE = Companion.PATH_CLIP_DIFFERENCE; field in ClipPath
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/desktopmode/ |
D | DesktopModeVisualIndicator.java | 174 region.op(splitLeftRegion, Region.Op.DIFFERENCE); in calculateToDesktopRegion() 175 region.op(splitRightRegion, Region.Op.DIFFERENCE); in calculateToDesktopRegion() 176 region.op(toFullscreenRegion, Region.Op.DIFFERENCE); in calculateToDesktopRegion()
|
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/graph/ |
D | BatteryMeterDrawableBase.java | 395 mShapePath.op(mBoltPath, Path.Op.DIFFERENCE); in draw() 422 mShapePath.op(mPlusPath, Path.Op.DIFFERENCE); in draw() 446 mShapePath.op(mTextPath, Path.Op.DIFFERENCE); in draw()
|
D | ThemedBatteryDrawable.kt | 207 unifiedPath.op(scaledBolt, Path.Op.DIFFERENCE) in <lambda>()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/scroll/ |
D | ImageTileSet.java | 124 difference.op(mRegion.getBounds(), mRegion, Region.Op.DIFFERENCE); in getGaps()
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/split/ |
D | DividerRoundedCorner.java | 133 mPath.op(square, circle, Path.Op.DIFFERENCE); in InvertedRoundedCornerDrawInfo()
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/windowdecor/ |
D | DragResizeInputListener.java | 215 mTouchRegion.op(0, 0, taskSize.getWidth(), taskSize.getHeight(), Region.Op.DIFFERENCE); in setGeometry() 491 dragTouchRegion.op(mTmpRect, Region.Op.DIFFERENCE); in updateInputSinkRegionForDrag()
|
D | WindowDecoration.java | 370 Region.Op.DIFFERENCE); in updateCaptionInsets()
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/taskview/ |
D | TaskView.java | 283 inoutInfo.touchableRegion.op(mTmpRect, Region.Op.DIFFERENCE); in onComputeInternalInsets()
|
/frameworks/base/core/tests/coretests/src/android/view/ |
D | ViewGroupGetChildLocalHitRegionTest.java | 227 expectRegion.op(0, 0, viewTop.getWidth(), viewTop.getHeight(), Region.Op.DIFFERENCE); in assertGetChildLocalHitRegion()
|
/frameworks/base/core/java/com/android/internal/widget/remotecompose/player/platform/ |
D | AndroidPaintContext.java | 319 return BlendMode.DIFFERENCE; in origamiToBlendMode() 599 if (regionOp == ClipPath.DIFFERENCE) { in clipPath()
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | AccessibilityController.java | 1011 windowBounds.op(portionOfWindowAlreadyAccountedFor, Region.Op.DIFFERENCE); in recomputeBounds() 1018 availableBounds.op(windowBounds, Region.Op.DIFFERENCE); in recomputeBounds() 1027 availableBounds.op(navBarInsets, Region.Op.DIFFERENCE); in recomputeBounds() 1034 availableBounds.op(letterboxBounds, Region.Op.DIFFERENCE); in recomputeBounds() 1090 letterboxBounds.op(boundsWithoutLetterbox, Region.Op.DIFFERENCE); in getLetterboxBounds()
|
D | TrustedPresentationListenerController.java | 266 region.op(tmpRect, coveredRegionsAbove, Region.Op.DIFFERENCE); in computeTpl()
|
/frameworks/base/core/java/android/widget/ |
D | RadialTimePickerView.java | 736 canvas.clipPath(selectorPath, Region.Op.DIFFERENCE); in drawHours() 769 canvas.clipPath(selectorPath, Region.Op.DIFFERENCE); in drawMinutes()
|
D | AbsSeekBar.java | 830 canvas.clipRect(tempRect, Op.DIFFERENCE);
|
D | Switch.java | 1421 canvas.clipRect(padding, Op.DIFFERENCE); in onDraw()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/ |
D | WindowMagnificationController.java | 842 regionInsideDragBorder.op(tapExcludeRegion, Region.Op.DIFFERENCE); in calculateTapExclude() 861 touchableRegion.op(regionInsideDragBorder, Region.Op.DIFFERENCE); in calculateTouchableRegion()
|
/frameworks/rs/cpu_ref/ |
D | rsCpuIntrinsics_neon_Blend.S | 34 X(21, DIFFERENCE) \
|
/frameworks/rs/toolkit/ |
D | Blend_neon.S | 34 X(21, DIFFERENCE) \
|