Searched refs:STATE_DRAGGING (Results 1 – 7 of 7) sorted by relevance
55 public static final int STATE_DRAGGING = 3; field in TouchState66 STATE_DRAGGING,288 return mState == STATE_DRAGGING; in isDragging()293 setState(STATE_DRAGGING); in startDragging()324 case STATE_DRAGGING: in getStateSymbolicName()
83 public static final int STATE_DRAGGING = 3; field in TouchInteractionController94 STATE_DRAGGING,421 case STATE_DRAGGING: in stateToString()
82 private static final int STATE_DRAGGING = 2; field in FastScroller532 if (hasMoreItems && mState != STATE_DRAGGING) { in onItemCountChanged()850 case STATE_DRAGGING: in setState()865 final boolean isPressed = mState == STATE_DRAGGING; in refreshDrawablePressedState()950 if (hasMoreItems && mState != STATE_DRAGGING) { in onScroll()960 if (mState != STATE_DRAGGING) { in onScroll()1382 setState(STATE_DRAGGING); in beginDrag()1460 if (mState == STATE_DRAGGING || isPointInside(event.getX(), event.getY())) { in onResolvePointerIcon()1494 if (mState == STATE_DRAGGING) { in onTouchEvent()1517 if (mState == STATE_DRAGGING) { in onTouchEvent()
32 import static com.android.server.accessibility.gestures.TouchState.STATE_DRAGGING;96 private static final int STATE_DRAGGING_2FINGERS = STATE_DRAGGING | FLAG_2FINGERS;347 assertState(STATE_DRAGGING); in testTwoFingersDrag_shouldDraggingAndActionDown()
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
3712 field public static final int STATE_DRAGGING = 3; // 0x3
66966 Landroid/widget/FastScroller;->STATE_DRAGGING:I