Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/notification/
DNotificationItemView.java55 private boolean mIgnoreTouch = false; field in NotificationItemView
131 mIgnoreTouch = !sTempRect.contains((int) ev.getX(), (int) ev.getY()); in onInterceptTouchEvent()
132 if (!mIgnoreTouch) { in onInterceptTouchEvent()
136 if (mIgnoreTouch) { in onInterceptTouchEvent()