Searched defs:useLongPress (Results 1 – 5 of 5) sorted by relevance
603 val useLongPress by collectLastValue(underTest.useLongPress()) in useLongPress_whenDocked_isFalse() constant613 val useLongPress by collectLastValue(underTest.useLongPress()) in useLongPress_whenNotDocked_isTrue() constant
33 val useLongPress: Boolean = false, constant in com.android.systemui.keyguard.ui.viewmodel.KeyguardQuickAffordanceViewModel
102 ) { model, animateReveal, isFullyOpaque, selectedPreviewSlotId, useLongPress -> in <lambda>() method
182 ) { model, animateReveal, isFullyOpaque, selectedPreviewSlotId, useLongPress -> in <lambda>() method
90 fun useLongPress(): Flow<Boolean> = dockManager.retrieveIsDocked().map { !it } in <lambda>() method