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.java257 protected boolean shouldStealTouchFromSiblingsBelow(MotionEvent ev) { in shouldStealTouchFromSiblingsBelow() method in LauncherRecentsView
265 return super.shouldStealTouchFromSiblingsBelow(ev); in shouldStealTouchFromSiblingsBelow()
DRecentsView.java523 return isHandlingTouch() || shouldStealTouchFromSiblingsBelow(ev); in onTouchEvent()
526 protected boolean shouldStealTouchFromSiblingsBelow(MotionEvent ev) { in shouldStealTouchFromSiblingsBelow() method in RecentsView