Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DHeadsUpNotificationView.java446 private static final boolean DEBUG_EDGE_SWIPE = false; field in HeadsUpNotificationView.EdgeSwipeHelper
460 if (DEBUG_EDGE_SWIPE) Log.d(TAG, "action down " + ev.getY()); in onInterceptTouchEvent()
467 if (DEBUG_EDGE_SWIPE) Log.d(TAG, "action move " + ev.getY()); in onInterceptTouchEvent()
474 if (DEBUG_EDGE_SWIPE) Log.d(TAG, "found an open"); in onInterceptTouchEvent()
483 if (DEBUG_EDGE_SWIPE) Log.d(TAG, "action done" ); in onInterceptTouchEvent()