/aosp12/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/ |
H A D | TaskbarScrimView.java | 118 mInvertedLeftCornerPath.op(square, circle, Path.Op.DIFFERENCE); in setCornerSizes() 123 mInvertedRightCornerPath.op(square, circle, Path.Op.DIFFERENCE); in setCornerSizes()
|
H A D | TaskbarDragLayer.java | 91 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 D | Canvas.java | 820 && 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 D | BlendMode.java | 413 DIFFERENCE(22), enumConstant
|
H A D | Region.java | 41 DIFFERENCE(0), enumConstant
|
H A D | Path.java | 144 DIFFERENCE, enumConstant
|
/aosp12/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/ |
H A D | ClipRegion2Activity.java | 74 Region.Op.DIFFERENCE); in dispatchDraw()
|
/aosp12/hardware/interfaces/keymaster/4.1/vts/functional/ |
H A D | DeviceUniqueAttestationTest.cpp | 109 #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 D | CropDrawingUtils.java | 128 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 D | BatteryMeterDrawableBase.java | 394 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 D | ThemedBatteryDrawable.kt | 207 unifiedPath.op(scaledBolt, Path.Op.DIFFERENCE)
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/ |
H A D | ImageTileSet.java | 124 difference.op(mRegion.getBounds(), mRegion, Region.Op.DIFFERENCE); in getGaps()
|
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/popup/ |
H A D | RoundedArrowDrawable.java | 185 path.op(clipPiece, Path.Op.DIFFERENCE); in clipPopupBodyFromPath()
|
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/split/ |
H A D | DividerRoundedCorner.java | 133 mPath.op(square, circle, Path.Op.DIFFERENCE); in InvertedRoundedCornerDrawInfo()
|
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/ |
H A D | TaskView.java | 406 inoutInfo.touchableRegion.op(mTmpRect, Region.Op.DIFFERENCE); in onComputeInternalInsets()
|
/aosp12/frameworks/base/services/core/java/com/android/server/wm/ |
H A D | AccessibilityController.java | 1037 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 D | PreviewBackground.java | 264 canvas.clipPath(getClipPath(), Region.Op.DIFFERENCE); in drawShadow()
|
/aosp12/packages/apps/Gallery/src/com/android/camera/ |
H A D | HighlightView.java | 101 canvas.clipPath(path, Region.Op.DIFFERENCE); in draw()
|
H A D | CropImage.java | 283 c.clipPath(p, Region.Op.DIFFERENCE); in onSaveClicked()
|
/aosp12/system/sepolicy/tools/sepolicy-analyze/ |
H A D | README | 27 TYPE DIFFERENCE (typecmp)
|
/aosp12/frameworks/layoutlib/bridge/src/android/graphics/ |
H A D | Region_Delegate.java | 80 if (regionOp == Region.Op.DIFFERENCE.nativeInt) { in combineShapes()
|
/aosp12/frameworks/base/core/java/android/widget/ |
H A D | RadialTimePickerView.java | 731 canvas.clipPath(selectorPath, Region.Op.DIFFERENCE); in drawHours() 764 canvas.clipPath(selectorPath, Region.Op.DIFFERENCE); in drawMinutes()
|
H A D | AbsSeekBar.java | 830 canvas.clipRect(tempRect, Op.DIFFERENCE);
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/ |
H A D | WindowMagnificationController.java | 487 regionInsideDragBorder.op(dragArea, Region.Op.DIFFERENCE); in calculateTapExclude()
|
/aosp12/frameworks/rs/cpu_ref/ |
H A D | rsCpuIntrinsics_neon_Blend.S | 34 X(21, DIFFERENCE) \
|