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

/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
H A DPagedView.java1690 if (layout.getPageChildCount() > 0) {

Completed in 72 milliseconds