Home
last modified time | relevance | path

Searched defs:isLongPressHandlingEnabled (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/viewmodel/
DKeyguardLongPressViewModel.kt36 val isLongPressHandlingEnabled: Flow<Boolean> = interactor.isLongPressHandlingEnabled in <lambda>() constant in com.android.systemui.keyguard.ui.viewmodel.KeyguardLongPressViewModel
/frameworks/base/packages/SystemUI/src/com/android/systemui/common/ui/view/
DLongPressHandlingViewInteractionHandler.kt57 var isLongPressHandlingEnabled: Boolean = false variable in com.android.systemui.common.ui.view.LongPressHandlingViewInteractionHandler
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/domain/interactor/
DKeyguardLongPressInteractor.kt88 val isLongPressHandlingEnabled: Flow<Boolean> = _isLongPressHandlingEnabled in <lambda>() constant