Home | History | Annotate | Download | only in view

Lines Matching refs:mIsBeingDragged

98     protected boolean mIsBeingDragged = false;
506 if ((action == MotionEvent.ACTION_MOVE) && (mIsBeingDragged)) {
515 * mIsBeingDragged == false, otherwise the shortcut would have
536 mIsBeingDragged = true;
562 mIsBeingDragged = false;
581 mIsBeingDragged = !mScroller.isFinished();
582 if (mIsBeingDragged && mScrollStrictSpan == null) {
596 mIsBeingDragged = false;
614 return mIsBeingDragged || mIsOrthoDragged;
625 mIsBeingDragged = getChildCount() != 0;
626 if (!mIsBeingDragged) {
658 } else if (mIsBeingDragged) {
713 } else if (mIsBeingDragged) {
747 } else if (mIsBeingDragged && getChildCount() > 0) {
811 if (!mIsBeingDragged) {
1811 mIsBeingDragged = false;