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 | 34 val isLongPressHandlingEnabled: Flow<Boolean> = interactor.isLongPressHandlingEnabled constant in com.android.systemui.keyguard.ui.viewmodel.KeyguardLongPressViewModel |
/frameworks/base/packages/SystemUI/src/com/android/systemui/common/ui/view/ | ||
D | LongPressHandlingViewInteractionHandler.kt | 59 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 | 70 val isLongPressHandlingEnabled: StateFlow<Boolean> = in <lambda>() constant |