Home
last modified time | relevance | path

Searched defs:useLongPress (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/keyguard/domain/interactor/
DKeyguardQuickAffordanceInteractorTest.kt651 val useLongPress by collectLastValue(underTest.useLongPress()) in useLongPress_whenDocked_isFalse() constant
661 val useLongPress by collectLastValue(underTest.useLongPress()) in useLongPress_whenNotDocked_isTrue() constant
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/viewmodel/
DKeyguardQuickAffordanceViewModel.kt33 val useLongPress: Boolean = false, constant in com.android.systemui.keyguard.ui.viewmodel.KeyguardQuickAffordanceViewModel
DKeyguardQuickAffordancesCombinedViewModel.kt212 ) { model, animateReveal, isFullyOpaque, selectedPreviewSlotId, useLongPress -> in <lambda>() method
DKeyguardBottomAreaViewModel.kt182 ) { model, animateReveal, isFullyOpaque, selectedPreviewSlotId, useLongPress -> in <lambda>() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/domain/interactor/
DKeyguardQuickAffordanceInteractor.kt97 fun useLongPress(): Flow<Boolean> = dockManager.retrieveIsDocked().map { !it } in <lambda>() method