Stay organized with collections
Save and categorize content based on your preferences.
Op
class Op
Summary
Enum values
REVERSE_DIFFERENCE
enum val REVERSE_DIFFERENCE : Region.Op
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2025-02-10 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-02-10 UTC."],[],[],null,["# Region.Op\n\nAdded in [API level 1](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels)\n\nOp\n===\n\n*** ** * ** ***\n\nKotlin \\|[Java](/reference/android/graphics/Region.Op \"View this page in Java\") \n\n```\nclass Op\n```\n\n|---|---|---------------------------------|\n| [kotlin.Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html) |||\n| ↳ | [kotlin.Enum](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-enum/index.html)\\\u003c[android.graphics.Region.Op](#)\\\u003e ||\n| | ↳ | [android.graphics.Region.Op](#) |\n\n|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| Known Direct Subclasses [Region.Op.DIFFERENCE](#ENUM_VALUE:DIFFERENCE), [Region.Op.INTERSECT](#ENUM_VALUE:INTERSECT), [Region.Op.REPLACE](#ENUM_VALUE:REPLACE), [Region.Op.REVERSE_DIFFERENCE](#ENUM_VALUE:REVERSE_DIFFERENCE), [Region.Op.UNION](#ENUM_VALUE:UNION), [Region.Op.XOR](#ENUM_VALUE:XOR) |----------------------------------------------------------------|--------| | [Region.Op.DIFFERENCE](#ENUM_VALUE:DIFFERENCE) | \u003cbr /\u003e | | [Region.Op.INTERSECT](#ENUM_VALUE:INTERSECT) | \u003cbr /\u003e | | [Region.Op.REPLACE](#ENUM_VALUE:REPLACE) | \u003cbr /\u003e | | [Region.Op.REVERSE_DIFFERENCE](#ENUM_VALUE:REVERSE_DIFFERENCE) | \u003cbr /\u003e | | [Region.Op.UNION](#ENUM_VALUE:UNION) | \u003cbr /\u003e | | [Region.Op.XOR](#ENUM_VALUE:XOR) | \u003cbr /\u003e | |\n\nSummary\n-------\n\n| Enum values ||\n|-------------------------------------------------------------|---|\n| [DIFFERENCE](#ENUM_VALUE:DIFFERENCE) \u003cbr /\u003e |\n| [INTERSECT](#ENUM_VALUE:INTERSECT) \u003cbr /\u003e |\n| [REPLACE](#ENUM_VALUE:REPLACE) \u003cbr /\u003e |\n| [REVERSE_DIFFERENCE](#ENUM_VALUE:REVERSE_DIFFERENCE) \u003cbr /\u003e |\n| [UNION](#ENUM_VALUE:UNION) \u003cbr /\u003e |\n| [XOR](#ENUM_VALUE:XOR) \u003cbr /\u003e |\n\nEnum values\n-----------\n\n### DIFFERENCE\n\nAdded in [API level 1](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) \n\n```\nenum val DIFFERENCE : Region.Op\n``` \n\n### INTERSECT\n\nAdded in [API level 1](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) \n\n```\nenum val INTERSECT : Region.Op\n``` \n\n### REPLACE\n\nAdded in [API level 1](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) \n\n```\nenum val REPLACE : Region.Op\n``` \n\n### REVERSE_DIFFERENCE\n\nAdded in [API level 1](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) \n\n```\nenum val REVERSE_DIFFERENCE : Region.Op\n``` \n\n### UNION\n\nAdded in [API level 1](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) \n\n```\nenum val UNION : Region.Op\n``` \n\n### XOR\n\nAdded in [API level 1](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) \n\n```\nenum val XOR : Region.Op\n```"]]