Searched refs:filterMotionEvent (Results 1 – 2 of 2) sorted by relevance
139 if (filterMotionEvent(ev)) { in dispatchGenericMotionEvent()147 if (filterMotionEvent(ev)) { in dispatchTouchEvent()153 protected boolean filterMotionEvent(MotionEvent event) { in filterMotionEvent() method in ExpandableView
347 protected boolean filterMotionEvent(MotionEvent event) { in filterMotionEvent() method in ExpandableNotificationRow348 return mIsHeadsUp || super.filterMotionEvent(event); in filterMotionEvent()