Searched defs:mCheckForDrag (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationMenuRow.java99 private CheckForDrag mCheckForDrag; field in class:NotificationMenuRow
254 mHandler.removeCallbacks(mCheckForDrag);
255 mCheckForDrag = null;
269 if (!mHandler.hasCallbacks(mCheckForDrag)) {
271 mCheckForDrag = null;
282 && (mCheckForDrag == null || !mHandler.hasCallbacks(mCheckForDrag))) {
284 mCheckForDrag = new CheckForDrag();
285 mHandler.postDelayed(mCheckForDrag, SHOW_MENU_DELAY);
401 mHandler.removeCallbacks(mCheckForDrag);
[all...]

Completed in 372 milliseconds