HomeSort by relevance Sort by last modified time
    Searched refs:getPageChildCount (Results 1 - 3 of 3) 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();
PagedView.java     [all...]

Completed in 364 milliseconds