Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DAbsListView.java546 private CheckForLongPress mPendingCheckForLongPress;
3132 private class CheckForLongPress extends WindowRunnnable implements Runnable { class
3218 CheckForLongPress.INVALID_COORD, in performLongPress()
3219 CheckForLongPress.INVALID_COORD); in performLongPress()
3241 if (x != CheckForLongPress.INVALID_COORD && y != CheckForLongPress.INVALID_COORD) { in performLongPress()
3456 mPendingCheckForLongPress = new CheckForLongPress(); in run()
/frameworks/base/core/java/android/view/
DView.java3669 private CheckForLongPress mPendingCheckForLongPress;
20819 mPendingCheckForLongPress = new CheckForLongPress(); in checkForLongClick()
22219 private final class CheckForLongPress implements Runnable { class
/frameworks/base/
Dcompiled-classes-phone4400 android.view.View$CheckForLongPress
4710 android.widget.AbsListView$CheckForLongPress