Stay organized with collections
Save and categorize content based on your preferences.
@ExperimentalMotionApi
class SwipeSide
Side of the bounds to track during touch handling, this is to account for when the widget changes size during the Transition
.
Summary
Public companion properties
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-05-15 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-05-15 UTC."],[],[],null,["# SwipeSide\n=========\n\nArtifact: [androidx.constraintlayout:constraintlayout-compose](/jetpack/androidx/releases/constraintlayout) \n[View Source](https://cs.android.com/search?q=file:androidx/constraintlayout/compose/TransitionScope.kt+class:androidx.constraintlayout.compose.SwipeSide) \nAdded in [1.1.1](/jetpack/androidx/releases/constraintlayout#1.1.1)\n\n\n```\n@ExperimentalMotionApi\nclass SwipeSide\n```\n\n\u003cbr /\u003e\n\n*** ** * ** ***\n\nSide of the bounds to track during touch handling, this is to account for when the widget changes size during the [Transition](/reference/kotlin/androidx/constraintlayout/compose/Transition).\n\nSummary\n-------\n\n| ### Public companion properties |\n|----------------------------------------------------------------------------|----------------------------------------------------------------------------------|\n| [SwipeSide](/reference/kotlin/androidx/constraintlayout/compose/SwipeSide) | [Bottom](/reference/kotlin/androidx/constraintlayout/compose/SwipeSide#Bottom()) |\n| [SwipeSide](/reference/kotlin/androidx/constraintlayout/compose/SwipeSide) | [End](/reference/kotlin/androidx/constraintlayout/compose/SwipeSide#End()) |\n| [SwipeSide](/reference/kotlin/androidx/constraintlayout/compose/SwipeSide) | [Left](/reference/kotlin/androidx/constraintlayout/compose/SwipeSide#Left()) |\n| [SwipeSide](/reference/kotlin/androidx/constraintlayout/compose/SwipeSide) | [Middle](/reference/kotlin/androidx/constraintlayout/compose/SwipeSide#Middle()) |\n| [SwipeSide](/reference/kotlin/androidx/constraintlayout/compose/SwipeSide) | [Right](/reference/kotlin/androidx/constraintlayout/compose/SwipeSide#Right()) |\n| [SwipeSide](/reference/kotlin/androidx/constraintlayout/compose/SwipeSide) | [Start](/reference/kotlin/androidx/constraintlayout/compose/SwipeSide#Start()) |\n| [SwipeSide](/reference/kotlin/androidx/constraintlayout/compose/SwipeSide) | [Top](/reference/kotlin/androidx/constraintlayout/compose/SwipeSide#Top()) |\n\n| ### Public properties |\n|-----------------------------------------------------------------------------------|------------------------------------------------------------------------------|\n| [String](https://kotlinlang.org/api/core/kotlin-stdlib/kotlin/-string/index.html) | [name](/reference/kotlin/androidx/constraintlayout/compose/SwipeSide#name()) |\n\nPublic companion properties\n---------------------------\n\n### Bottom\n\nAdded in [1.1.1](/jetpack/androidx/releases/constraintlayout#1.1.1) \n\n```\nval Bottom: SwipeSide\n``` \n\n### End\n\nAdded in [1.1.1](/jetpack/androidx/releases/constraintlayout#1.1.1) \n\n```\nval End: SwipeSide\n``` \n\n### Left\n\nAdded in [1.1.1](/jetpack/androidx/releases/constraintlayout#1.1.1) \n\n```\nval Left: SwipeSide\n``` \n\n### Middle\n\nAdded in [1.1.1](/jetpack/androidx/releases/constraintlayout#1.1.1) \n\n```\nval Middle: SwipeSide\n``` \n\n### Right\n\nAdded in [1.1.1](/jetpack/androidx/releases/constraintlayout#1.1.1) \n\n```\nval Right: SwipeSide\n``` \n\n### Start\n\nAdded in [1.1.1](/jetpack/androidx/releases/constraintlayout#1.1.1) \n\n```\nval Start: SwipeSide\n``` \n\n### Top\n\nAdded in [1.1.1](/jetpack/androidx/releases/constraintlayout#1.1.1) \n\n```\nval Top: SwipeSide\n``` \n\nPublic properties\n-----------------\n\n### name\n\nAdded in [1.1.1](/jetpack/androidx/releases/constraintlayout#1.1.1) \n\n```\nval name: String\n```"]]