Searched refs:syncPageItems (Results 1 - 3 of 3) sorted by relevance

/packages/apps/Launcher2/src/com/android/launcher2/
H A DPagedView.java155 // If true, syncPages and syncPageItems will be called to refresh pages
1703 syncPageItems(i, (i == page) && immediateAndOnly);
1722 * To actually fill the pages with information, implement syncPageItems() below. It is
1723 * guaranteed that syncPageItems() will be called for a particular page before it is shown,
1732 public abstract void syncPageItems(int page, boolean immediate); method in class:PagedView
H A DAppsCustomizePagedView.java1352 public void syncPageItems(int page, boolean immediate) { method in class:AppsCustomizePagedView
H A DWorkspace.java3875 public void syncPageItems(int page, boolean immediate) { method in class:Workspace

Completed in 48 milliseconds