Home | History | Annotate | Download | only in widget

Lines Matching defs:STATE_DRAGGING

81     private static final int STATE_DRAGGING = 2;
185 * <li>{@link #STATE_DRAGGING}, visible and showing preview
520 if (hasMoreItems && mState != STATE_DRAGGING) {
837 case STATE_DRAGGING:
852 final boolean isPressed = mState == STATE_DRAGGING;
937 if (hasMoreItems && mState != STATE_DRAGGING) {
947 if (mState != STATE_DRAGGING) {
1369 setState(STATE_DRAGGING);
1446 if (mState == STATE_DRAGGING || isPointInside(event.getX(), event.getY())) {
1476 // Will hit the STATE_DRAGGING check below
1479 if (mState == STATE_DRAGGING) {
1499 // Will hit the STATE_DRAGGING check below
1502 if (mState == STATE_DRAGGING) {