Searched refs:swipingLocked (Results 1 – 1 of 1) sorted by relevance
27 private boolean swipingLocked; field in LockableViewPager33 public void setSwipingLocked(boolean swipingLocked) { in setSwipingLocked() argument34 this.swipingLocked = swipingLocked; in setSwipingLocked()38 return swipingLocked; in isSwipingLocked()43 return !swipingLocked && super.onInterceptTouchEvent(motionEvent); in onInterceptTouchEvent()48 return !swipingLocked && super.onTouchEvent(motionEvent); in onTouchEvent()