HomeSort by relevance Sort by last modified time
    Searched refs:filterMotionEvent (Results 1 - 2 of 2) sorted by null

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
ExpandableView.java 139 if (filterMotionEvent(ev)) {
147 if (filterMotionEvent(ev)) {
153 protected boolean filterMotionEvent(MotionEvent event) {
ExpandableNotificationRow.java 347 protected boolean filterMotionEvent(MotionEvent event) {
348 return mIsHeadsUp || super.filterMotionEvent(event);
    [all...]

Completed in 227 milliseconds