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