Home
last modified time | relevance | path

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

/packages/apps/Launcher2/src/com/android/launcher2/
DPagedViewGridLayout.java91 int count = getPageChildCount(); in onTouchEvent()
114 public int getPageChildCount() { in getPageChildCount() method in PagedViewGridLayout
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
DPagedView.java1690 if (layout.getPageChildCount() > 0) { in loadAssociatedPages()