Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/view/
H A DView.java4918 private boolean mInContextButtonPress; field in View
14745 if (isContextClickable() && !mInContextButtonPress && !mHasPerformedLongPress in dispatchGenericMotionEventInternal()
14749 mInContextButtonPress = true; in dispatchGenericMotionEventInternal()
14759 if (mInContextButtonPress && (actionButton == MotionEvent.BUTTON_STYLUS_PRIMARY in dispatchGenericMotionEventInternal()
14761 mInContextButtonPress = false; in dispatchGenericMotionEventInternal()
15999 mInContextButtonPress = false; in onTouchEvent()
16105 mInContextButtonPress = false; in onTouchEvent()
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt66879 Landroid/view/View;->mInContextButtonPress:Z