Searched refs:mInContextButtonPress (Results 1 – 2 of 2) sorted by relevance
5325 private boolean mInContextButtonPress; field in View16616 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()
62913 Landroid/view/View;->mInContextButtonPress:Z