Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DRecentsView.java2313 getPageScrolls(oldScroll, false, SIMPLE_SCROLL_LOGIC); in createTaskDismissAnimation()
2314 getPageScrolls(newScroll, false, (v) -> v.getVisibility() != GONE && v != taskView); in createTaskDismissAnimation()
3032 getPageScrolls(oldScroll, false,
3036 getPageScrolls(newScroll, false, SIMPLE_SCROLL_LOGIC);
3539 protected boolean getPageScrolls(int[] outPageScrolls, boolean layoutChildren, in getPageScrolls() method
3542 super.getPageScrolls(newPageScrolls, layoutChildren, scrollLogic); in getPageScrolls()
/packages/apps/Launcher3/src/com/android/launcher3/
DPagedView.java623 boolean isScrollChanged = getPageScrolls(mPageScrolls, true, SIMPLE_SCROLL_LOGIC); in onLayout()
666 protected boolean getPageScrolls(int[] outPageScrolls, boolean layoutChildren, in getPageScrolls() method in PagedView