/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/ |
D | ClipRegion2Activity.java | 74 Region.Op.DIFFERENCE); in dispatchDraw()
|
/frameworks/base/graphics/java/android/graphics/ |
D | Canvas.java | 852 && 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()
|
D | BlendMode.java | 413 DIFFERENCE(22), enumConstant
|
D | Region.java | 40 DIFFERENCE(0), enumConstant
|
D | Path.java | 143 DIFFERENCE, enumConstant
|
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/graph/ |
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()
|
D | ThemedBatteryDrawable.kt | 206 unifiedPath.op(scaledBolt, Path.Op.DIFFERENCE) in <lambda>()
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | AccessibilityController.java | 600 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()
|
D | TaskStack.java | 1555 touchExcludeRegion.op(mTmpRect, Region.Op.DIFFERENCE); in setTouchExcludeRegion()
|
D | DisplayContent.java | 5186 middle.op(leftEdge, Op.DIFFERENCE); in calculateSystemGestureExclusion() 5187 middle.op(rightEdge, Op.DIFFERENCE); in calculateSystemGestureExclusion() 5193 unhandled.op(touchableRegion, Op.DIFFERENCE); in calculateSystemGestureExclusion()
|
D | WindowState.java | 2326 region.op(touchExcludeRegion, Region.Op.DIFFERENCE); in getSurfaceTouchableRegion() 3073 touchableRegion.op(touchExcludeRegion, Region.Op.DIFFERENCE); in subtractTouchExcludeRegionIfNeeded()
|
/frameworks/layoutlib/bridge/src/android/graphics/ |
D | Region_Delegate.java | 80 if (regionOp == Region.Op.DIFFERENCE.nativeInt) { in combineShapes()
|
/frameworks/base/core/java/android/widget/ |
D | RadialTimePickerView.java | 731 canvas.clipPath(selectorPath, Region.Op.DIFFERENCE); in drawHours() 764 canvas.clipPath(selectorPath, Region.Op.DIFFERENCE); in drawMinutes()
|
D | AbsSeekBar.java | 800 canvas.clipRect(tempRect, Op.DIFFERENCE);
|
D | Switch.java | 1327 canvas.clipRect(padding, Op.DIFFERENCE); in onDraw()
|
/frameworks/rs/cpu_ref/ |
D | rsCpuIntrinsics_neon_Blend.S | 34 X(21, DIFFERENCE) \
|
D | rsCpuIntrinsics_advsimd_Blend.S | 34 X(21, DIFFERENCE) \
|
/frameworks/base/services/accessibility/java/com/android/server/accessibility/ |
D | AccessibilityManagerService.java | 3472 if (windowInteractiveRegion.op(currentWindowBounds, Region.Op.DIFFERENCE)) { in computePartialInteractiveRegionForWindowLocked()
|
/frameworks/base/core/java/android/view/ |
D | ViewGroup.java | 7169 applyOpToRegionByBounds(touchableRegion, child, Region.Op.DIFFERENCE); in subtractObscuredTouchableRegion()
|
D | View.java | 24979 location[1] + mBottom - mTop + (shadowOffset * 3), Region.Op.DIFFERENCE); in gatherTransparentRegion() 25726 region.op(db, Region.Op.DIFFERENCE); in applyDrawableToTransparentRegion()
|
/frameworks/base/api/ |
D | current.txt | 13717 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/ |
D | android-22.txt | 11193 enum_constant public static final android.graphics.Path.Op DIFFERENCE; 11474 enum_constant public static final android.graphics.Region.Op DIFFERENCE;
|