Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/view/
H A DView.java5063 private boolean mInContextButtonPress; field in View
15815 if (isContextClickable() && !mInContextButtonPress && !mHasPerformedLongPress in dispatchGenericMotionEventInternal()
15819 mInContextButtonPress = true; in dispatchGenericMotionEventInternal()
15829 if (mInContextButtonPress && (actionButton == MotionEvent.BUTTON_STYLUS_PRIMARY in dispatchGenericMotionEventInternal()
15831 mInContextButtonPress = false; in dispatchGenericMotionEventInternal()
17083 mInContextButtonPress = false; in onTouchEvent()
17189 mInContextButtonPress = false; in onTouchEvent()
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt63556 Landroid/view/View;->mInContextButtonPress:Z