Searched refs:shouldStealTouchFromSiblingsBelow (Results 1 – 2 of 2) sorted by relevance
257 protected boolean shouldStealTouchFromSiblingsBelow(MotionEvent ev) { in shouldStealTouchFromSiblingsBelow() method in LauncherRecentsView265 return super.shouldStealTouchFromSiblingsBelow(ev); in shouldStealTouchFromSiblingsBelow()
523 return isHandlingTouch() || shouldStealTouchFromSiblingsBelow(ev); in onTouchEvent()526 protected boolean shouldStealTouchFromSiblingsBelow(MotionEvent ev) { in shouldStealTouchFromSiblingsBelow() method in RecentsView