Stay organized with collections
Save and categorize content based on your preferences.
VerticalOrientation
interface VerticalOrientation
Vertical Orientation constants.
Summary
Constants
ROTATED
static val ROTATED: Int
Value: 0
static val TRANSFORMED_ROTATED: Int
Value: 1
static val TRANSFORMED_UPRIGHT: Int
Value: 2
UPRIGHT
static val UPRIGHT: Int
Value: 3
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,["# UCharacter.VerticalOrientation\n\nAdded in [API level 29](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels)\n\nVerticalOrientation\n===================\n\n*** ** * ** ***\n\nKotlin \\|[Java](/reference/android/icu/lang/UCharacter.VerticalOrientation \"View this page in Java\") \n\n```\ninterface VerticalOrientation\n```\n\n|------------------------------------------------------|\n| [android.icu.lang.UCharacter.VerticalOrientation](#) |\n\nVertical Orientation constants.\n\nSummary\n-------\n\n| Constants ||\n|-----------------------------------------------------------------------------------|---------------------------------------------------------------|\n| static [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) | [ROTATED](#ROTATED:kotlin.Int) \u003cbr /\u003e |\n| static [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) | [TRANSFORMED_ROTATED](#TRANSFORMED_ROTATED:kotlin.Int) \u003cbr /\u003e |\n| static [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) | [TRANSFORMED_UPRIGHT](#TRANSFORMED_UPRIGHT:kotlin.Int) \u003cbr /\u003e |\n| static [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) | [UPRIGHT](#UPRIGHT:kotlin.Int) \u003cbr /\u003e |\n\nConstants\n---------\n\n### ROTATED\n\nAdded in [API level 29](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) \n\n```\nstatic val ROTATED: Int\n``` \n\n Value: 0\n\n### TRANSFORMED_ROTATED\n\nAdded in [API level 29](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) \n\n```\nstatic val TRANSFORMED_ROTATED: Int\n``` \n\n Value: 1\n\n### TRANSFORMED_UPRIGHT\n\nAdded in [API level 29](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) \n\n```\nstatic val TRANSFORMED_UPRIGHT: Int\n``` \n\n Value: 2\n\n### UPRIGHT\n\nAdded in [API level 29](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) \n\n```\nstatic val UPRIGHT: Int\n``` \n\n Value: 3"]]