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

  /packages/apps/Launcher3/src/com/android/launcher3/
AppsCustomizeCellLayout.java 39 public int getPageChildCount() {
PagedViewGridLayout.java 91 int count = getPageChildCount();
114 public int getPageChildCount() {
PagedViewCellLayout.java 138 public int getPageChildCount() {
249 int count = getPageChildCount();
254 int numRows = (int) Math.ceil((float) getPageChildCount() / getCellCountX());
PagedView.java 57 public int getPageChildCount();
    [all...]
  /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 139 milliseconds