Searched refs:filterMotionEvent (Results 1 – 2 of 2) sorted by relevance
122 if (filterMotionEvent(ev)) { in dispatchTouchEvent()128 protected boolean filterMotionEvent(MotionEvent event) { in filterMotionEvent() method in ExpandableView
174 protected boolean filterMotionEvent(MotionEvent event) { in filterMotionEvent() method in ExpandableNotificationRow175 return mIsHeadsUp || super.filterMotionEvent(event); in filterMotionEvent()