Searched refs:mHandleGestureActions (Results 1 – 2 of 2) sorted by relevance
119 private boolean mHandleGestureActions; field in GestureOverlayView350 mHandleGestureActions = true; in addOnGesturePerformedListener()357 mHandleGestureActions = false; in removeOnGesturePerformedListener()363 mHandleGestureActions = false; in removeAllOnGesturePerformedListeners()568 if (mHandleGestureActions) setCurrentColor(mUncertainGestureColor); in touchDown()573 if (mHandleGestureActions) setCurrentColor(mUncertainGestureColor); in touchDown()645 if (mHandleGestureActions && !mIsGesturing) { in touchMove()701 clear(mHandleGestureActions && mFadeEnabled, mHandleGestureActions && mIsGesturing, in touchUp()
18875 Landroid/gesture/GestureOverlayView;->mHandleGestureActions:Z