Searched refs:getPageScrolls (Results 1 – 2 of 2) sorted by relevance
/packages/apps/Launcher3/src/com/android/launcher3/ |
D | PagedView.java | 751 pageScrollChanged |= getPageScrolls(pageScrolls, true, SIMPLE_SCROLL_LOGIC); in onLayout() 805 protected boolean getPageScrolls(int[] outPageScrolls, boolean layoutChildren, in getPageScrolls() method in PagedView
|
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/ |
D | RecentsView.java | 3520 getPageScrolls(oldScroll, false, SIMPLE_SCROLL_LOGIC); in createTaskDismissAnimation() 3521 getPageScrolls(newScroll, false, in createTaskDismissAnimation() 5640 protected boolean getPageScrolls(int[] outPageScrolls, boolean layoutChildren, in getPageScrolls() method 5643 super.getPageScrolls(newPageScrolls, layoutChildren, scrollLogic); in getPageScrolls()
|