Home
last modified time | relevance | path

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

/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
DClipRegion2Activity.java74 Region.Op.DIFFERENCE); in dispatchDraw()
/frameworks/base/graphics/java/android/graphics/
DCanvas.java852 && op != Region.Op.INTERSECT && op != Region.Op.DIFFERENCE) { in checkValidClipOp()
937 Region.Op.DIFFERENCE.nativeInt); in clipOutRect()
961 Region.Op.DIFFERENCE.nativeInt); in clipOutRect()
1026 Region.Op.DIFFERENCE.nativeInt); in clipOutRect()
1059 Region.Op.DIFFERENCE.nativeInt); in clipOutRect()
1102 return clipPath(path, Region.Op.DIFFERENCE); in clipOutPath()
DBlendMode.java413 DIFFERENCE(22), enumConstant
DRegion.java40 DIFFERENCE(0), enumConstant
DPath.java143 DIFFERENCE, enumConstant
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/graph/
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()
DThemedBatteryDrawable.kt206 unifiedPath.op(scaledBolt, Path.Op.DIFFERENCE) in <lambda>()
/frameworks/base/services/core/java/com/android/server/wm/
DAccessibilityController.java600 windowBounds.op(portionOfWindowAlreadyAccountedFor, Region.Op.DIFFERENCE); in recomputeBoundsLocked()
607 availableBounds.op(windowBounds, Region.Op.DIFFERENCE); in recomputeBoundsLocked()
614 availableBounds.op(letterboxBounds, Region.Op.DIFFERENCE); in recomputeBoundsLocked()
683 letterboxBounds.op(nonLetterboxRect, Region.Op.DIFFERENCE); in getLetterboxBounds()
DTaskStack.java1555 touchExcludeRegion.op(mTmpRect, Region.Op.DIFFERENCE); in setTouchExcludeRegion()
DDisplayContent.java5186 middle.op(leftEdge, Op.DIFFERENCE); in calculateSystemGestureExclusion()
5187 middle.op(rightEdge, Op.DIFFERENCE); in calculateSystemGestureExclusion()
5193 unhandled.op(touchableRegion, Op.DIFFERENCE); in calculateSystemGestureExclusion()
DWindowState.java2326 region.op(touchExcludeRegion, Region.Op.DIFFERENCE); in getSurfaceTouchableRegion()
3073 touchableRegion.op(touchExcludeRegion, Region.Op.DIFFERENCE); in subtractTouchExcludeRegionIfNeeded()
/frameworks/layoutlib/bridge/src/android/graphics/
DRegion_Delegate.java80 if (regionOp == Region.Op.DIFFERENCE.nativeInt) { in combineShapes()
/frameworks/base/core/java/android/widget/
DRadialTimePickerView.java731 canvas.clipPath(selectorPath, Region.Op.DIFFERENCE); in drawHours()
764 canvas.clipPath(selectorPath, Region.Op.DIFFERENCE); in drawMinutes()
DAbsSeekBar.java800 canvas.clipRect(tempRect, Op.DIFFERENCE);
DSwitch.java1327 canvas.clipRect(padding, Op.DIFFERENCE); in onDraw()
/frameworks/rs/cpu_ref/
DrsCpuIntrinsics_neon_Blend.S34 X(21, DIFFERENCE) \
DrsCpuIntrinsics_advsimd_Blend.S34 X(21, DIFFERENCE) \
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
DAccessibilityManagerService.java3472 if (windowInteractiveRegion.op(currentWindowBounds, Region.Op.DIFFERENCE)) { in computePartialInteractiveRegionForWindowLocked()
/frameworks/base/core/java/android/view/
DViewGroup.java7169 applyOpToRegionByBounds(touchableRegion, child, Region.Op.DIFFERENCE); in subtractObscuredTouchableRegion()
DView.java24979 location[1] + mBottom - mTop + (shadowOffset * 3), Region.Op.DIFFERENCE); in gatherTransparentRegion()
25726 region.op(db, Region.Op.DIFFERENCE); in applyDrawableToTransparentRegion()
/frameworks/base/api/
Dcurrent.txt13717 enum_constant public static final android.graphics.BlendMode DIFFERENCE;
14713 enum_constant public static final android.graphics.Path.Op DIFFERENCE;
14992 enum_constant public static final android.graphics.Region.Op DIFFERENCE;
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt11193 enum_constant public static final android.graphics.Path.Op DIFFERENCE;
11474 enum_constant public static final android.graphics.Region.Op DIFFERENCE;