Home
last modified time | relevance | path

Searched refs:sameFromSource (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/compose/scene/src/com/android/compose/animation/scene/
DDraggableHandler.kt490 val sameFromSource = actionSwipe.fromSource == swipe.fromSource in findActionResultBestMatch() constant
493 if (sameFromSource && samePointerType) { in findActionResultBestMatch()
498 if (sameFromSource) points++ in findActionResultBestMatch()