Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DView.java5325 private boolean mInContextButtonPress; field in View
16616 if (isContextClickable() && !mInContextButtonPress && !mHasPerformedLongPress in dispatchGenericMotionEventInternal()
16620 mInContextButtonPress = true; in dispatchGenericMotionEventInternal()
16630 if (mInContextButtonPress && (actionButton == MotionEvent.BUTTON_STYLUS_PRIMARY in dispatchGenericMotionEventInternal()
16632 mInContextButtonPress = false; in dispatchGenericMotionEventInternal()
17898 mInContextButtonPress = false; in onTouchEvent()
18004 mInContextButtonPress = false; in onTouchEvent()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt62913 Landroid/view/View;->mInContextButtonPress:Z