Home
last modified time | relevance | path

Searched refs:mAllowOverScroll (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/
DPagedView.java130 protected boolean mAllowOverScroll = true; field in PagedView
487 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()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DRecentsView.java663 if (mAllowOverScroll && (!mEdgeGlowRight.isFinished() || !mEdgeGlowLeft.isFinished())) { in dispatchDraw()