Searched defs:immediately (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Launcher2/src/com/android/launcher2/
H A DPagedView.java302 * Updates the scroll of the current page immediately to its final scroll position. We use this
1589 // Load associated pages immediately if someone else is handling the scroll, otherwise defer
1808 protected void showScrollingIndicator(boolean immediately) { argument
1821 if (immediately || mScrollingPaused) {
1837 protected void hideScrollingIndicator(boolean immediately) { argument
1846 if (immediately || mScrollingPaused) {

Completed in 44 milliseconds