HomeSort by relevance Sort by last modified time
    Searched defs:getPageChildCount (Results 1 - 2 of 2) sorted by null

  /packages/apps/Launcher2/src/com/android/launcher2/
PagedViewGridLayout.java 91 int count = getPageChildCount();
114 public int getPageChildCount() {
PagedViewCellLayout.java 144 public int getPageChildCount() {
255 int count = getPageChildCount();
260 int numRows = (int) Math.ceil((float) getPageChildCount() / getCellCountX());
500 public int getPageChildCount();

Completed in 2878 milliseconds