Searched refs:mIgnoreMotionEventTillDown (Results 1 – 1 of 1) sorted by relevance
349 private boolean mIgnoreMotionEventTillDown; field in RecyclerView1922 mIgnoreMotionEventTillDown = true; in setLayoutFrozen()2645 if (mIgnoreMotionEventTillDown) { in onInterceptTouchEvent()2646 mIgnoreMotionEventTillDown = false; in onInterceptTouchEvent()2732 if (mLayoutFrozen || mIgnoreMotionEventTillDown) { in onTouchEvent()