Searched refs:STATE_DRAGGING (Results 1 – 6 of 6) sorted by relevance
25 public static final int STATE_DRAGGING = BottomSheetBehavior.STATE_DRAGGING; field in BottomSheetStateCompat
52 public static final int STATE_DRAGGING = 3; field in TouchState63 STATE_DRAGGING,262 return mState == STATE_DRAGGING; in isDragging()267 setState(STATE_DRAGGING); in startDragging()298 case STATE_DRAGGING: in getStateSymbolicName()
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()
110 public static final int STATE_DRAGGING = 7; field in FullScreenMagnificationGestureHandlerTest545 case STATE_DRAGGING: { in assertIn()605 case STATE_DRAGGING: {663 case STATE_DRAGGING: {
32 import static com.android.server.accessibility.gestures.TouchState.STATE_DRAGGING;96 private static final int STATE_DRAGGING_2FINGERS = STATE_DRAGGING | FLAG_2FINGERS;346 assertState(STATE_DRAGGING); in testTwoFingersDrag_shouldDraggingAndActionDown()
70932 Landroid/widget/FastScroller;->STATE_DRAGGING:I