Home | History | Annotate | Download | only in widget

Lines Matching defs:STATE_SETTLING

61     public static final int STATE_SETTLING = 2;
157 * @see #STATE_SETTLING
191 * one of these methods, the ViewDragHelper will enter {@link #STATE_SETTLING}
419 * {@link #STATE_IDLE}, {@link #STATE_DRAGGING} or {@link #STATE_SETTLING}.
515 if (mDragState == STATE_SETTLING) {
601 setDragState(STATE_SETTLING);
709 setDragState(STATE_SETTLING);
724 if (mDragState == STATE_SETTLING) {
758 return mDragState == STATE_SETTLING;
976 if (toCapture == mCapturedView && mDragState == STATE_SETTLING) {
1000 } else if (mDragState == STATE_SETTLING) {