Home
last modified time | relevance | path

Searched refs:delegateScrollBy (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/touch/
DPagedOrientationHandler.java89 void delegateScrollBy(PagedView pagedView, int unboundedScroll, int x, int y); in delegateScrollBy() method
DPortraitPagedViewHandler.java57 public void delegateScrollBy(PagedView pagedView, int unboundedScroll, int x, int y) { in delegateScrollBy() method in PortraitPagedViewHandler
DLandscapePagedViewHandler.java58 public void delegateScrollBy(PagedView pagedView, int unboundedScroll, int x, int y) { in delegateScrollBy() method in LandscapePagedViewHandler
/packages/apps/Launcher3/src/com/android/launcher3/
DPagedView.java412 mOrientationHandler.delegateScrollBy(this, getUnboundedScroll(), x, y); in scrollBy()