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.java122 if (filterMotionEvent(ev)) { in dispatchTouchEvent()
128 protected boolean filterMotionEvent(MotionEvent event) { in filterMotionEvent() method in ExpandableView
DExpandableNotificationRow.java174 protected boolean filterMotionEvent(MotionEvent event) { in filterMotionEvent() method in ExpandableNotificationRow
175 return mIsHeadsUp || super.filterMotionEvent(event); in filterMotionEvent()