Searched refs:computeScroll (Results 1 - 12 of 12) sorted by relevance

/packages/apps/Launcher2/src/com/android/launcher2/
H A DSmoothPagedView.java85 // in computeScroll), we only do this in the OVERSHOOT_MODE, ie. on phones
167 public void computeScroll() { method in class:SmoothPagedView
169 super.computeScroll();
H A DWorkspace.java1083 public void computeScroll() { method in class:Workspace
1084 super.computeScroll();
1273 computeScroll();
H A DPagedView.java165 // If true, the subclass should directly update scrollX itself in its computeScroll method
486 public void computeScroll() { method in class:PagedView
/packages/apps/Launcher3/src/com/android/launcher3/
H A DSmoothPagedView.java82 // in computeScroll), we only do this in the OVERSHOOT_MODE, ie. on phones
164 public void computeScroll() { method in class:SmoothPagedView
166 super.computeScroll();
H A DPagedView.java198 // If true, the subclass should directly update scrollX itself in its computeScroll method
759 public void computeScroll() { method in class:PagedView
2250 computeScroll();
H A DWorkspace.java1443 public void computeScroll() { method in class:Workspace
1444 super.computeScroll();
1697 computeScroll();
/packages/apps/VideoEditor/src/com/android/videoeditor/widgets/
H A DTimelineHorizontalScrollView.java210 public void computeScroll() { method in class:TimelineHorizontalScrollView
211 super.computeScroll();
H A DHorizontalScrollView.java718 // Treat animating scrolls differently; see #computeScroll() for why.
1218 public void computeScroll() { method in class:HorizontalScrollView
1226 // It is, except when you remember that computeScroll() is used to
/packages/apps/Gallery/src/com/android/camera/
H A DGridViewSpecial.java338 computeScroll();
438 computeScroll();
442 computeScroll();
487 public void computeScroll() { method in class:GridViewSpecial
497 super.computeScroll();
/packages/apps/Gallery2/src/com/android/photos/views/
H A DGalleryThumbnailView.java533 public void computeScroll() { method in class:GalleryThumbnailView
/packages/apps/Browser/src/com/android/browser/view/
H A DScrollerView.java868 // Treat animating scrolls differently; see #computeScroll() for why.
1430 public void computeScroll() { method in class:ScrollerView
1438 // It is, except when you remember that computeScroll() is used to
/packages/apps/DeskClock/src/com/android/deskclock/widget/sgv/
H A DStaggeredGridView.java1352 public void computeScroll() { method in class:StaggeredGridView

Completed in 313 milliseconds