Searched defs:useLongPress (Results 1 – 5 of 5) sorted by relevance
651 val useLongPress by collectLastValue(underTest.useLongPress()) in useLongPress_whenDocked_isFalse() constant661 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
212 ) { model, animateReveal, isFullyOpaque, selectedPreviewSlotId, useLongPress -> in <lambda>() method
182 ) { model, animateReveal, isFullyOpaque, selectedPreviewSlotId, useLongPress -> in <lambda>() method
97 fun useLongPress(): Flow<Boolean> = dockManager.retrieveIsDocked().map { !it } in <lambda>() method