Searched defs:computeScroll (Results 1 - 7 of 7) 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 DPagedView.java165 // If true, the subclass should directly update scrollX itself in its computeScroll method
468 public void computeScroll() { method in class:PagedView
H A DWorkspace.java1083 public void computeScroll() { method in class:Workspace
1084 super.computeScroll();
1269 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/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/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();

Completed in 207 milliseconds