Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DAbsListView.java576 private CheckForLongPress mPendingCheckForLongPress;
3204 private class CheckForLongPress extends WindowRunnnable implements Runnable { class
3291 CheckForLongPress.INVALID_COORD, in performLongPress()
3292 CheckForLongPress.INVALID_COORD); in performLongPress()
3315 if (x != CheckForLongPress.INVALID_COORD && y != CheckForLongPress.INVALID_COORD) { in performLongPress()
3530 mPendingCheckForLongPress = new CheckForLongPress(); in run()
/frameworks/base/core/java/android/view/
DView.java4789 private CheckForLongPress mPendingCheckForLongPress;
26281 mPendingCheckForLongPress = new CheckForLongPress(); in checkForLongClick()
27839 private final class CheckForLongPress implements Runnable { class in View
27851 private CheckForLongPress() { in CheckForLongPress() method in View.CheckForLongPress
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt77695 Landroid/view/View$CheckForLongPress;->mOriginalPressedState:Z
77696 Landroid/view/View$CheckForLongPress;->mOriginalWindowAttachCount:I
77697 Landroid/view/View$CheckForLongPress;->mX:F
77698 Landroid/view/View$CheckForLongPress;->mY:F
77699 Landroid/view/View$CheckForLongPress;->rememberPressedState()V
77700 Landroid/view/View$CheckForLongPress;->rememberWindowAttachCount()V
77701 Landroid/view/View$CheckForLongPress;->setAnchor(FF)V
78010 Landroid/view/View;->mPendingCheckForLongPress:Landroid/view/View$CheckForLongPress;
80074 Landroid/widget/AbsListView$CheckForLongPress;->INVALID_COORD:I
80075 Landroid/widget/AbsListView$CheckForLongPress;->mX:F
[all …]