Loading packages/SystemUI/compose/scene/src/com/android/compose/animation/scene/MultiPointerDraggable.kt +0 −12 Original line number Diff line number Diff line Loading @@ -115,18 +115,6 @@ private data class MultiPointerDraggableElement( } } private val TRAVERSE_KEY = Any() /** Find the nearest [PointersInfoOwner] ancestor or throw. */ internal fun DelegatableNode.requireAncestorPointersInfoOwner(): PointersInfoOwner { val ancestorNode = checkNotNull(findNearestAncestor(TRAVERSE_KEY)) { "This should never happen! Couldn't find a MultiPointerDraggableNode. " + "Are we inside an SceneTransitionLayout?" } return ancestorNode as PointersInfoOwner } internal class MultiPointerDraggableNode( orientation: Orientation, enabled: () -> Boolean, Loading Loading
packages/SystemUI/compose/scene/src/com/android/compose/animation/scene/MultiPointerDraggable.kt +0 −12 Original line number Diff line number Diff line Loading @@ -115,18 +115,6 @@ private data class MultiPointerDraggableElement( } } private val TRAVERSE_KEY = Any() /** Find the nearest [PointersInfoOwner] ancestor or throw. */ internal fun DelegatableNode.requireAncestorPointersInfoOwner(): PointersInfoOwner { val ancestorNode = checkNotNull(findNearestAncestor(TRAVERSE_KEY)) { "This should never happen! Couldn't find a MultiPointerDraggableNode. " + "Are we inside an SceneTransitionLayout?" } return ancestorNode as PointersInfoOwner } internal class MultiPointerDraggableNode( orientation: Orientation, enabled: () -> Boolean, Loading