Searched defs:isLongPressHandlingEnabled (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/viewmodel/ | ||
D | KeyguardLongPressViewModel.kt | 36 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/ | ||
D | LongPressHandlingViewInteractionHandler.kt | 57 var isLongPressHandlingEnabled: Boolean = false variable in com.android.systemui.common.ui.view.LongPressHandlingViewInteractionHandler |
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/domain/interactor/ | ||
D | KeyguardLongPressInteractor.kt | 88 val isLongPressHandlingEnabled: Flow<Boolean> = _isLongPressHandlingEnabled in <lambda>() constant |