Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DView.java4488 private boolean mInContextButtonPress; field in View
12649 if (isContextClickable() && !mInContextButtonPress && !mHasPerformedLongPress in dispatchGenericMotionEventInternal()
12653 mInContextButtonPress = true; in dispatchGenericMotionEventInternal()
12663 if (mInContextButtonPress && (actionButton == MotionEvent.BUTTON_STYLUS_PRIMARY in dispatchGenericMotionEventInternal()
12665 mInContextButtonPress = false; in dispatchGenericMotionEventInternal()
13753 mInContextButtonPress = false; in onTouchEvent()
13851 mInContextButtonPress = false; in onTouchEvent()
/frameworks/base/config/
Dhiddenapi-private-dex.txt97357 Landroid/view/View;->mInContextButtonPress:Z