Home
last modified time | relevance | path

Searched defs:MouseInjectionScope (Results 1 – 2 of 2) sorted by relevance

/compose/ui/ui-test/src/commonMain/kotlin/androidx/compose/ui/test/
DMouseInjectionScope.kt76 interface MouseInjectionScope : InjectionScope { interface
304 fun MouseInjectionScope.click( in click() method
327 fun MouseInjectionScope.rightClick(position: Offset = center) = in rightClick() method
345 fun MouseInjectionScope.doubleClick( in rightClick() method
365 fun MouseInjectionScope.tripleClick( in tripleClick() method
387 fun MouseInjectionScope.longClick( in longClick() method
412 fun MouseInjectionScope.animateMoveTo( in animateMoveTo() method
434 fun MouseInjectionScope.animateMoveBy( in animateMoveBy() method
456 fun MouseInjectionScope.animateMoveAlong( in animateMoveAlong() method
494 fun MouseInjectionScope.dragAndDrop( in MouseInjectionScope() method
[all …]
/compose/ui/ui-test/src/androidInstrumentedTest/kotlin/androidx/compose/ui/test/injectionscope/mouse/
DMoveTest.kt260 private fun MouseInjectionScope.moveToAndCheck( in <lambda>() method
268 private fun MouseInjectionScope.moveByAndCheck( in <lambda>() method
277 private fun MouseInjectionScope.updatePointerToAndCheck(position: Offset) { in <lambda>() method
282 private fun MouseInjectionScope.updatePointerByAndCheck(delta: Offset) { in <lambda>() method