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

/packages/apps/Launcher3/src/com/android/launcher3/
H A DAppsCustomizeCellLayout.java47 public int getPageChildCount() { method in class:AppsCustomizeCellLayout
H A DPagedViewGridLayout.java79 int count = getPageChildCount();
102 public int getPageChildCount() { method in class:PagedViewGridLayout
H A DPagedViewCellLayout.java138 public int getPageChildCount() { method in class:PagedViewCellLayout
249 int count = getPageChildCount();
254 int numRows = (int) Math.ceil((float) getPageChildCount() / getCellCountX());
H A DPagedView.java57 public int getPageChildCount(); method in interface:Page
2376 if (layout.getPageChildCount() > 0) {
/packages/apps/Launcher2/src/com/android/launcher2/
H A DPagedViewGridLayout.java91 int count = getPageChildCount();
114 public int getPageChildCount() { method in class:PagedViewGridLayout
H A DPagedViewCellLayout.java144 public int getPageChildCount() { method in class:PagedViewCellLayout
255 int count = getPageChildCount();
260 int numRows = (int) Math.ceil((float) getPageChildCount() / getCellCountX());
500 public int getPageChildCount(); method in interface:Page

Completed in 112 milliseconds