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