Searched refs:CheckForLongPress (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/java/android/widget/
H A DAbsListView.java547 * The last CheckForLongPress runnable we posted, if any
549 private CheckForLongPress mPendingCheckForLongPress;
3133 private class CheckForLongPress extends WindowRunnnable implements Runnable { class in class:AbsListView
3219 CheckForLongPress.INVALID_COORD,
3220 CheckForLongPress.INVALID_COORD);
3242 if (x != CheckForLongPress.INVALID_COORD && y != CheckForLongPress.INVALID_COORD) {
3457 mPendingCheckForLongPress = new CheckForLongPress();
/frameworks/base/core/java/android/view/
H A DView.java4235 private CheckForLongPress mPendingCheckForLongPress;
23217 mPendingCheckForLongPress = new CheckForLongPress();
24725 private final class CheckForLongPress implements Runnable { class in class:View
/frameworks/base/config/
H A Dcompiled-classes-phone4550 android.view.View$CheckForLongPress

Completed in 139 milliseconds