Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/inputconsumers/
DOverscrollInputConsumer.java128 if (mPlugin.blockOtherGestures()) { in onMotionEvent()
246 boolean overscrollVisible = mPlugin.blockOtherGestures(); in isOverscrolled()
/packages/apps/Launcher3/src_plugins/com/android/systemui/plugins/
DOverscrollPlugin.java69 boolean blockOtherGestures(); in blockOtherGestures() method