Home
last modified time | relevance | path

Searched refs:DIFFERENCE (Results 1 – 25 of 36) sorted by relevance

12

/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/desktopmode/
DDesktopModeVisualIndicatorTest.kt126 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/
DClipRegion2Activity.java74 Region.Op.DIFFERENCE); in dispatchDraw()
/frameworks/base/graphics/java/android/graphics/
DCanvas.java849 && 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()
DBlendMode.java413 DIFFERENCE(22), enumConstant
DRegion.java41 DIFFERENCE(0), enumConstant
DPath.java122 DIFFERENCE, enumConstant
/frameworks/base/core/java/com/android/internal/widget/remotecompose/core/operations/
DClipPath.java43 public static final int DIFFERENCE = Companion.PATH_CLIP_DIFFERENCE; field in ClipPath
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/desktopmode/
DDesktopModeVisualIndicator.java174 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/
DBatteryMeterDrawableBase.java395 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()
DThemedBatteryDrawable.kt207 unifiedPath.op(scaledBolt, Path.Op.DIFFERENCE) in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/scroll/
DImageTileSet.java124 difference.op(mRegion.getBounds(), mRegion, Region.Op.DIFFERENCE); in getGaps()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/split/
DDividerRoundedCorner.java133 mPath.op(square, circle, Path.Op.DIFFERENCE); in InvertedRoundedCornerDrawInfo()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/windowdecor/
DDragResizeInputListener.java215 mTouchRegion.op(0, 0, taskSize.getWidth(), taskSize.getHeight(), Region.Op.DIFFERENCE); in setGeometry()
491 dragTouchRegion.op(mTmpRect, Region.Op.DIFFERENCE); in updateInputSinkRegionForDrag()
DWindowDecoration.java370 Region.Op.DIFFERENCE); in updateCaptionInsets()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/taskview/
DTaskView.java283 inoutInfo.touchableRegion.op(mTmpRect, Region.Op.DIFFERENCE); in onComputeInternalInsets()
/frameworks/base/core/tests/coretests/src/android/view/
DViewGroupGetChildLocalHitRegionTest.java227 expectRegion.op(0, 0, viewTop.getWidth(), viewTop.getHeight(), Region.Op.DIFFERENCE); in assertGetChildLocalHitRegion()
/frameworks/base/core/java/com/android/internal/widget/remotecompose/player/platform/
DAndroidPaintContext.java319 return BlendMode.DIFFERENCE; in origamiToBlendMode()
599 if (regionOp == ClipPath.DIFFERENCE) { in clipPath()
/frameworks/base/services/core/java/com/android/server/wm/
DAccessibilityController.java1011 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()
DTrustedPresentationListenerController.java266 region.op(tmpRect, coveredRegionsAbove, Region.Op.DIFFERENCE); in computeTpl()
/frameworks/base/core/java/android/widget/
DRadialTimePickerView.java736 canvas.clipPath(selectorPath, Region.Op.DIFFERENCE); in drawHours()
769 canvas.clipPath(selectorPath, Region.Op.DIFFERENCE); in drawMinutes()
DAbsSeekBar.java830 canvas.clipRect(tempRect, Op.DIFFERENCE);
DSwitch.java1421 canvas.clipRect(padding, Op.DIFFERENCE); in onDraw()
/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/
DWindowMagnificationController.java842 regionInsideDragBorder.op(tapExcludeRegion, Region.Op.DIFFERENCE); in calculateTapExclude()
861 touchableRegion.op(regionInsideDragBorder, Region.Op.DIFFERENCE); in calculateTouchableRegion()
/frameworks/rs/cpu_ref/
DrsCpuIntrinsics_neon_Blend.S34 X(21, DIFFERENCE) \
/frameworks/rs/toolkit/
DBlend_neon.S34 X(21, DIFFERENCE) \

12