Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DAbsListView.java549 private CheckForLongPress mPendingCheckForLongPress; field in AbsListView
3083 if (mPendingCheckForLongPress != null) { in onCancelPendingInputEvents()
3084 removeCallbacks(mPendingCheckForLongPress); in onCancelPendingInputEvents()
3456 if (mPendingCheckForLongPress == null) { in run()
3457 mPendingCheckForLongPress = new CheckForLongPress(); in run()
3459 mPendingCheckForLongPress.setCoords(x, y); in run()
3460 mPendingCheckForLongPress.rememberWindowAttachCount(); in run()
3461 postDelayed(mPendingCheckForLongPress, longPressTimeout); in run()
3489 removeCallbacks(mPendingCheckForLongPress); in startScrollIfNeeded()
3969 mPendingCheckForTap : mPendingCheckForLongPress); in onTouchMove()
[all …]
/frameworks/base/core/java/android/view/
DView.java4235 private CheckForLongPress mPendingCheckForLongPress; field in View
13154 if (mPendingCheckForLongPress != null) {
13155 removeCallbacks(mPendingCheckForLongPress);
23216 if (mPendingCheckForLongPress == null) {
23217 mPendingCheckForLongPress = new CheckForLongPress();
23219 mPendingCheckForLongPress.setAnchor(x, y);
23220 mPendingCheckForLongPress.rememberWindowAttachCount();
23221 mPendingCheckForLongPress.rememberPressedState();
23222 postDelayed(mPendingCheckForLongPress,