Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/views/
DLauncherRecentsView.java273 protected boolean shouldStealTouchFromSiblingsBelow(MotionEvent ev) { in shouldStealTouchFromSiblingsBelow() method in LauncherRecentsView
281 return super.shouldStealTouchFromSiblingsBelow(ev); in shouldStealTouchFromSiblingsBelow()
DRecentsView.java697 return isHandlingTouch() || shouldStealTouchFromSiblingsBelow(ev); in onTouchEvent()
707 protected boolean shouldStealTouchFromSiblingsBelow(MotionEvent ev) { in shouldStealTouchFromSiblingsBelow() method in RecentsView