Searched refs:mAllowOverScroll (Results 1 – 2 of 2) sorted by relevance
130 protected boolean mAllowOverScroll = true; field in PagedView487 if (mAllowOverScroll) { in computeScrollHelper()1120 mAllowOverScroll = enable; in setEnableOverscroll()1184 if (mAllowOverScroll) { in onTouchEvent()1205 if (mAllowOverScroll) { in onTouchEvent()1616 return mAllowOverScroll; in scrollLeft()1624 return mAllowOverScroll; in scrollRight()1644 int offset = (mAllowOverScroll ? 0 : 1); in onInitializeAccessibilityNodeInfo()1680 event.setScrollable(mAllowOverScroll || getPageCount() > 1); in onInitializeAccessibilityEvent()1777 if (mAllowOverScroll && (!mEdgeGlowRight.isFinished() || !mEdgeGlowLeft.isFinished())) { in drawEdgeEffect()
663 if (mAllowOverScroll && (!mEdgeGlowRight.isFinished() || !mEdgeGlowLeft.isFinished())) { in dispatchDraw()