Searched refs:shouldStealTouchFromSiblingsBelow (Results 1 – 2 of 2) sorted by relevance
273 protected boolean shouldStealTouchFromSiblingsBelow(MotionEvent ev) { in shouldStealTouchFromSiblingsBelow() method in LauncherRecentsView281 return super.shouldStealTouchFromSiblingsBelow(ev); in shouldStealTouchFromSiblingsBelow()
697 return isHandlingTouch() || shouldStealTouchFromSiblingsBelow(ev); in onTouchEvent()707 protected boolean shouldStealTouchFromSiblingsBelow(MotionEvent ev) { in shouldStealTouchFromSiblingsBelow() method in RecentsView