Searched refs:UNION (Results 1 - 10 of 10) sorted by last modified time

/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DRegion_Delegate.java102 } else if (regionOp == Region.Op.UNION.nativeInt) {
/frameworks/base/services/core/java/com/android/server/wm/
H A DAccessibilityController.java528 portionOfWindowAlreadyAccountedFor.op(nonMagnifiedBounds, Region.Op.UNION);
532 mMagnificationRegion.op(windowBounds, Region.Op.UNION);
535 nonMagnifiedBounds.op(windowBounds, Region.Op.UNION);
542 accountedBounds.op(nonMagnifiedBounds, Region.Op.UNION);
575 dirtyRegion.op(mOldMagnificationRegion, Region.Op.UNION);
H A DDisplayContent.java435 mNonResizeableRegion.op(mTmpRect, Region.Op.UNION);
444 mTouchExcludeRegion.op(mTmpRect2, Region.Op.UNION);
452 mTouchExcludeRegion.op(mTmpRegion, Region.Op.UNION);
457 mTouchExcludeRegion.op(mTmpRegion, Region.Op.UNION);
462 mTouchExcludeRegion.op(mTmpRegion, Op.UNION);
/frameworks/base/packages/SystemUI/src/com/android/systemui/stackdivider/
H A DDividerView.java1093 mBackground.getRight(), mBackground.getBottom(), Op.UNION);
/frameworks/base/graphics/java/android/graphics/
H A DPath.java134 UNION, enum constant in enum:Path.Op
522 rects.op((int) left, (int) top, (int) right, (int) bottom, Region.Op.UNION);
H A DRegion.java39 UNION(2), enum constant in enum:Region.Op
251 return op(r, Op.UNION);
/frameworks/base/media/java/android/media/tv/
H A DTvView.java735 region.op(left, top, left + width, top + height, Region.Op.UNION);
/frameworks/base/core/java/android/view/
H A DSurfaceView.java331 region.op(l, t, l+w, t+h, Region.Op.UNION);
H A DView.java20961 r.op(0, 0, db.left, h, Region.Op.UNION);
20965 r.op(db.right, 0, w, h, Region.Op.UNION);
20969 r.op(0, 0, w, db.top, Region.Op.UNION);
20973 r.op(0, db.bottom, w, h, Region.Op.UNION);
/frameworks/base/core/java/android/widget/
H A DStackView.java554 canvas.clipRect(stackInvalidateRect, Region.Op.UNION);

Completed in 262 milliseconds