Home
last modified time | relevance | path

Searched refs:shouldInterceptGestures (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DGlanceableHubContainerController.kt328 val shouldInterceptGestures = hubShowing && !(shadeShowing || anyBouncerShowing) in updateTouchHandlingState() constant
329 if (shouldInterceptGestures) { in updateTouchHandlingState()