Searched refs:mIgnoreMotionEventTillDown (Results 1 – 1 of 1) sorted by relevance
349 private boolean mIgnoreMotionEventTillDown; field in RecyclerView1926 mIgnoreMotionEventTillDown = true; in setLayoutFrozen()2665 if (mIgnoreMotionEventTillDown) { in onInterceptTouchEvent()2666 mIgnoreMotionEventTillDown = false; in onInterceptTouchEvent()2784 if (mLayoutFrozen || mIgnoreMotionEventTillDown) { in onTouchEvent()