Searched refs:DIFFERENCE (Results 1 - 11 of 11) sorted by relevance

/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DClipRegion2Activity.java74 Region.Op.DIFFERENCE);
/frameworks/base/graphics/java/android/graphics/
H A DRegion.java37 DIFFERENCE(0), enum constant in enum:Region.Op
H A DPath.java120 DIFFERENCE, enum constant in enum:Path.Op
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DHeadsUpNotificationView.java115 android.graphics.Region.Op.DIFFERENCE);
H A DNotificationRowLayout.java273 android.graphics.Region.Op.DIFFERENCE);
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DRegion_Delegate.java80 if (regionOp == Region.Op.DIFFERENCE.nativeInt) {
/frameworks/base/services/java/com/android/server/wm/
H A DDisplayMagnifier.java340 windowBounds.op(magnifiedBounds, Region.Op.DIFFERENCE);
341 availableBounds.op(windowBounds, Region.Op.DIFFERENCE);
H A DDisplayContent.java394 mTouchExcludeRegion.op(mTmpRect, Region.Op.DIFFERENCE);
H A DWindowManagerService.java2718 (int)dispRect.right, (int)dispRect.bottom, Region.Op.DIFFERENCE);
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DImageWallpaper.java428 Op.DIFFERENCE);
/frameworks/base/core/java/android/view/
H A DView.java16899 location[1] + mBottom - mTop, Region.Op.DIFFERENCE);
17436 region.op(db, Region.Op.DIFFERENCE);

Completed in 832 milliseconds