Home | History | Annotate | Download | only in widget

Lines Matching defs:STATE_DRAGGING

109     @IntDef({STATE_IDLE, STATE_DRAGGING, STATE_SETTLING})
121 public static final int STATE_DRAGGING = ViewDragHelper.STATE_DRAGGING;
277 * be one of {@link #STATE_IDLE}, {@link #STATE_DRAGGING} or {@link #STATE_SETTLING}.
820 if (leftState == STATE_DRAGGING || rightState == STATE_DRAGGING) {
821 state = STATE_DRAGGING;