Searched refs:mIsDragging (Results 1 – 2 of 2) sorted by relevance
111 private boolean mIsDragging; field in RecyclerViewFastScroller238 return mIsDragging; in isDraggingThumb()281 if (!mIsDragging && !mIgnoreDragGesture && mRv.supportsFastScrolling()) { in handleTouchEvent()287 if (mIsDragging) { in handleTouchEvent()307 + " (" + x + "," + y + ")" + " isDragging=" + mIsDragging in handleTouchEvent()311 return mIsDragging; in handleTouchEvent()315 mIsDragging = true; in calcTouchOffsetAndPrepToFastScroll()345 if (mIsDragging) { in endFastScrolling()346 mIsDragging = false; in endFastScrolling()
110 private boolean mIsDragging; field in ResolverDrawerLayout255 if (dReserved != 0 && mIsDragging) { in setCollapsibleHeightReserved()272 return mIsDragging || !mScroller.isFinished(); in isMoving()276 return mIsDragging || getNestedScrollAxes() == SCROLL_AXIS_VERTICAL; in isDragging()361 mIsDragging = true; in onInterceptTouchEvent()380 if (mIsDragging) { in onInterceptTouchEvent()383 return mIsDragging || mOpenOnClick; in onInterceptTouchEvent()418 mIsDragging = hitView && handled; in onTouchEvent()434 if (!mIsDragging) { in onTouchEvent()437 handled = mIsDragging = true; in onTouchEvent()[all …]