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.java135 protected boolean mAllowOverScroll = true; field in PagedView
569 if (mAllowOverScroll) { in computeScrollHelper()
1256 mAllowOverScroll = enable; in setEnableOverscroll()
1324 if (mAllowOverScroll) { in onTouchEvent()
1345 if (mAllowOverScroll) { in onTouchEvent()
1787 return mAllowOverScroll; in scrollLeft()
1795 return mAllowOverScroll; in scrollRight()
1867 event.setScrollable(mAllowOverScroll || getPageCount() > 1); in onInitializeAccessibilityEvent()
1964 if (mAllowOverScroll && (!mEdgeGlowRight.isFinished() || !mEdgeGlowLeft.isFinished())) { in drawEdgeEffect()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DRecentsView.java959 if (mAllowOverScroll && (!mEdgeGlowRight.isFinished() || !mEdgeGlowLeft.isFinished())) { in dispatchDraw()
6162 return mAllowOverScroll;
6182 return mAllowOverScroll;