Home
last modified time | relevance | path

Searched refs:mHasPerformedLongPress (Results 1 – 4 of 4) sorted by relevance

/aosp12/packages/apps/Launcher3/src/com/android/launcher3/
H A DCheckLongPressHelper.java36 private boolean mHasPerformedLongPress; field in CheckLongPressHelper
91 mHasPerformedLongPress = false; in postCheckForLongPress()
104 mHasPerformedLongPress = false; in cancelLongPress()
112 return mHasPerformedLongPress; in hasPerformedLongPress()
119 && !mHasPerformedLongPress) { in triggerLongPress()
128 mHasPerformedLongPress = true; in triggerLongPress()
/aosp12/frameworks/base/core/java/android/widget/
H A DAbsListView.java605 private boolean mHasPerformedLongPress; field in AbsListView
3224 mHasPerformedLongPress = true; in run()
3963 mHasPerformedLongPress = false; in onTouchDown()
4043 if (mHasPerformedLongPress) { in onTouchMove()
/aosp12/frameworks/base/core/java/android/view/
H A DView.java4911 private boolean mHasPerformedLongPress; field in View
10962 if (!mHasPerformedLongPress) { in resetPressedState()
14745 if (isContextClickable() && !mInContextButtonPress && !mHasPerformedLongPress in dispatchGenericMotionEventInternal()
15327 if (!mHasPerformedLongPress) { in onKeyUp()
16000 mHasPerformedLongPress = false; in onTouchEvent()
16021 if (!mHasPerformedLongPress && !mIgnoreNextUpEvent) { in onTouchEvent()
16060 mHasPerformedLongPress = false; in onTouchEvent()
16106 mHasPerformedLongPress = false; in onTouchEvent()
27169 mHasPerformedLongPress = false; in checkForLongClick()
28769 mHasPerformedLongPress = true; in run()
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt69124 Landroid/widget/AbsListView;->mHasPerformedLongPress:Z