Searched refs:STATE_DRAGGING (Results 1 – 4 of 4) sorted by relevance
55 public static final int STATE_DRAGGING = 1; field in ViewDragHelper468 setDragState(STATE_DRAGGING); in captureChildView()770 if (mDragState == STATE_DRAGGING) { in dispatchViewReleased()1041 if (mDragState == STATE_DRAGGING) { in shouldInterceptTouchEvent()1067 return mDragState == STATE_DRAGGING; in shouldInterceptTouchEvent()1141 if (mDragState == STATE_DRAGGING) { in processTouchEvent()1162 if (mDragState == STATE_DRAGGING) { in processTouchEvent()1180 if (mDragState == STATE_DRAGGING && pointerId == mActivePointerId) { in processTouchEvent()1210 if (mDragState == STATE_DRAGGING) { in processTouchEvent()1218 if (mDragState == STATE_DRAGGING) { in processTouchEvent()
89 @IntDef({STATE_IDLE, STATE_DRAGGING, STATE_SETTLING})101 public static final int STATE_DRAGGING = ViewDragHelper.STATE_DRAGGING; field in DrawerLayout615 if (leftState == STATE_DRAGGING || rightState == STATE_DRAGGING) { in updateDrawerState()616 state = STATE_DRAGGING; in updateDrawerState()
77 private static final int STATE_DRAGGING = 2; field in FastScroller508 if (hasMoreItems && mState != STATE_DRAGGING) { in onItemCountChanged()787 case STATE_DRAGGING: in setState()802 final boolean isPressed = mState == STATE_DRAGGING; in refreshDrawablePressedState()887 if (hasMoreItems && mState != STATE_DRAGGING) { in onScroll()897 if (mState != STATE_DRAGGING) { in onScroll()1332 setState(STATE_DRAGGING); in beginDrag()1423 if (mState == STATE_DRAGGING) { in onTouchEvent()1446 if (mState == STATE_DRAGGING) { in onTouchEvent()
76 private static final int STATE_DRAGGING = 0x00000002; field in TouchExplorer275 case STATE_DRAGGING: { in clear()333 case STATE_DRAGGING: { in onMotionEvent()581 mCurrentState = STATE_DRAGGING; in handleMotionEventStateTouchExploring()1260 case STATE_DRAGGING: in getStateSymbolicName()