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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DExpandableView.java139 if (filterMotionEvent(ev)) {
147 if (filterMotionEvent(ev)) {
153 protected boolean filterMotionEvent(MotionEvent event) { method in class:ExpandableView
H A DExpandableNotificationRow.java403 protected boolean filterMotionEvent(MotionEvent event) { method in class:ExpandableNotificationRow
404 return mIsHeadsUp || super.filterMotionEvent(event);

Completed in 40 milliseconds