Searched refs:isStylusButtonDown (Results 1 – 3 of 3) sorted by relevance
68 final boolean isStylusButtonDown = in onInputEvent()74 mStylusButtonDownAtStart = isStylusButtonDown; in onInputEvent()83 if (mStylusButtonDownAtStart && !isStylusButtonDown) { in onInputEvent()
268 final boolean isStylusButtonDown = in onTouchEvent()272 mAnchoredScaleMode == ANCHORED_SCALE_MODE_STYLUS && !isStylusButtonDown; in onTouchEvent()297 && !streamComplete && isStylusButtonDown) { in onTouchEvent()
2900 bool isStylusButtonDown = in addDragEventLocked() local2902 if (mDragState->isStylusButtonDownAtStart && !isStylusButtonDown) { in addDragEventLocked()