Home
last modified time | relevance | path

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

12

/aosp12/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/
H A DTaskbarScrimView.java118 mInvertedLeftCornerPath.op(square, circle, Path.Op.DIFFERENCE); in setCornerSizes()
123 mInvertedRightCornerPath.op(square, circle, Path.Op.DIFFERENCE); in setCornerSizes()
H A DTaskbarDragLayer.java91 mInvertedLeftCornerPath.op(square, circle, Path.Op.DIFFERENCE); in init()
96 mInvertedRightCornerPath.op(square, circle, Path.Op.DIFFERENCE); in init()
/aosp12/frameworks/base/graphics/java/android/graphics/
H A DCanvas.java820 && op != Region.Op.INTERSECT && op != Region.Op.DIFFERENCE) { in checkValidClipOp()
905 Region.Op.DIFFERENCE.nativeInt); in clipOutRect()
929 Region.Op.DIFFERENCE.nativeInt); in clipOutRect()
994 Region.Op.DIFFERENCE.nativeInt); in clipOutRect()
1027 Region.Op.DIFFERENCE.nativeInt); in clipOutRect()
1070 return clipPath(path, Region.Op.DIFFERENCE); in clipOutPath()
H A DBlendMode.java413 DIFFERENCE(22), enumConstant
H A DRegion.java41 DIFFERENCE(0), enumConstant
H A DPath.java144 DIFFERENCE, enumConstant
/aosp12/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DClipRegion2Activity.java74 Region.Op.DIFFERENCE); in dispatchDraw()
/aosp12/hardware/interfaces/keymaster/4.1/vts/functional/
H A DDeviceUniqueAttestationTest.cpp109 #define DIFFERENCE(a, b) difference(#a, a, #b, b) macro
184 << DIFFERENCE(expected_sw_enforced, attestation_sw_enforced); in check_attestation_record()
186 << DIFFERENCE(expected_hw_enforced, attestation_hw_enforced); in check_attestation_record()
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/crop/
H A DCropDrawingUtils.java128 canvas.clipRect(r1, Region.Op.DIFFERENCE); in drawWallpaperSelectionFrame()
129 canvas.clipRect(r2, Region.Op.DIFFERENCE); in drawWallpaperSelectionFrame()
/aosp12/frameworks/base/packages/SettingsLib/src/com/android/settingslib/graph/
H A DBatteryMeterDrawableBase.java394 mShapePath.op(mBoltPath, Path.Op.DIFFERENCE); in draw()
421 mShapePath.op(mPlusPath, Path.Op.DIFFERENCE); in draw()
445 mShapePath.op(mTextPath, Path.Op.DIFFERENCE); in draw()
H A DThemedBatteryDrawable.kt207 unifiedPath.op(scaledBolt, Path.Op.DIFFERENCE)
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
H A DImageTileSet.java124 difference.op(mRegion.getBounds(), mRegion, Region.Op.DIFFERENCE); in getGaps()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/popup/
H A DRoundedArrowDrawable.java185 path.op(clipPiece, Path.Op.DIFFERENCE); in clipPopupBodyFromPath()
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/split/
H A DDividerRoundedCorner.java133 mPath.op(square, circle, Path.Op.DIFFERENCE); in InvertedRoundedCornerDrawInfo()
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/
H A DTaskView.java406 inoutInfo.touchableRegion.op(mTmpRect, Region.Op.DIFFERENCE); in onComputeInternalInsets()
/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DAccessibilityController.java1037 windowBounds.op(portionOfWindowAlreadyAccountedFor, Region.Op.DIFFERENCE); in recomputeBounds()
1044 availableBounds.op(windowBounds, Region.Op.DIFFERENCE); in recomputeBounds()
1053 availableBounds.op(navBarInsets, Region.Op.DIFFERENCE); in recomputeBounds()
1060 availableBounds.op(letterboxBounds, Region.Op.DIFFERENCE); in recomputeBounds()
1523 letterboxBounds.op(nonLetterboxRect, Region.Op.DIFFERENCE); in getLetterboxBounds()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/folder/
H A DPreviewBackground.java264 canvas.clipPath(getClipPath(), Region.Op.DIFFERENCE); in drawShadow()
/aosp12/packages/apps/Gallery/src/com/android/camera/
H A DHighlightView.java101 canvas.clipPath(path, Region.Op.DIFFERENCE); in draw()
H A DCropImage.java283 c.clipPath(p, Region.Op.DIFFERENCE); in onSaveClicked()
/aosp12/system/sepolicy/tools/sepolicy-analyze/
H A DREADME27 TYPE DIFFERENCE (typecmp)
/aosp12/frameworks/layoutlib/bridge/src/android/graphics/
H A DRegion_Delegate.java80 if (regionOp == Region.Op.DIFFERENCE.nativeInt) { in combineShapes()
/aosp12/frameworks/base/core/java/android/widget/
H A DRadialTimePickerView.java731 canvas.clipPath(selectorPath, Region.Op.DIFFERENCE); in drawHours()
764 canvas.clipPath(selectorPath, Region.Op.DIFFERENCE); in drawMinutes()
H A DAbsSeekBar.java830 canvas.clipRect(tempRect, Op.DIFFERENCE);
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/
H A DWindowMagnificationController.java487 regionInsideDragBorder.op(dragArea, Region.Op.DIFFERENCE); in calculateTapExclude()
/aosp12/frameworks/rs/cpu_ref/
H A DrsCpuIntrinsics_neon_Blend.S34 X(21, DIFFERENCE) \

12