Searched refs:syncPageItems (Results 1 - 6 of 6) 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
/packages/apps/Launcher3/src/com/android/launcher3/
H A DPagedView.java185 // If true, syncPages and syncPageItems will be called to refresh pages
2389 syncPageItems(i, (i == page) && immediateAndOnly);
2408 * To actually fill the pages with information, implement syncPageItems() below. It is
2409 * guaranteed that syncPageItems() will be called for a particular page before it is shown,
2418 public abstract void syncPageItems(int page, boolean immediate); method in class:PagedView
H A DAppsCustomizePagedView.java1302 public void syncPageItems(int page, boolean immediate) { method in class:AppsCustomizePagedView
H A DWorkspace.java5089 public void syncPageItems(int page, boolean immediate) { method in class:Workspace

Completed in 73 milliseconds