OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:animateScroll
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebCore/platform/
ScrollAnimatorWin.cpp
109
// comments on
animateScroll
()); the exact amount is given by
148
// above. Given the scrolling algorithm in
animateScroll
(), the practical
177
animateScroll
(data);
210
animateScroll
((timer == &m_horizontalData.m_animationTimer) ? &m_horizontalData : &m_verticalData);
219
void ScrollAnimatorWin::
animateScroll
(PerAxisData* data)
/packages/apps/Browser/src/com/android/browser/
TabScrollView.java
152
animateScroll
(childl);
155
animateScroll
(childr - viewr + viewl);
182
private void
animateScroll
(int newscroll) {
Completed in 2365 milliseconds