Searched defs:useLongPress (Results 1 – 2 of 2) sorted by relevance
603 val useLongPress by collectLastValue(underTest.useLongPress()) regex613 val useLongPress by collectLastValue(underTest.useLongPress()) regex
90 fun useLongPress(): Flow<Boolean> = dockManager.retrieveIsDocked().map { !it } regex