Home
last modified time | relevance | path

Searched refs:getPageChildCount (Results 1 – 7 of 7) sorted by relevance

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