Home
last modified time | relevance | path

Searched refs:filterMotionEvent (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DExpandableView.java139 if (filterMotionEvent(ev)) { in dispatchGenericMotionEvent()
147 if (filterMotionEvent(ev)) { in dispatchTouchEvent()
153 protected boolean filterMotionEvent(MotionEvent event) { in filterMotionEvent() method in ExpandableView
DExpandableNotificationRow.java347 protected boolean filterMotionEvent(MotionEvent event) { in filterMotionEvent() method in ExpandableNotificationRow
348 return mIsHeadsUp || super.filterMotionEvent(event); in filterMotionEvent()