Home
last modified time | relevance | path

Searched refs:getCountY (Results 1 – 11 of 11) sorted by relevance

/packages/apps/Launcher2/src/com/android/launcher2/
DFolder.java431 mContent.getCountX(), mContent.getCountY())); in animateOpen()
538 || item.cellX >= mContent.getCountX() || item.cellY >= mContent.getCountY()) { in createAndAddShortcut()
765 int countY = mContent.getCountY(); in setupContentDimensions()
1074 for (int j = 0; j < mContent.getCountY(); j++) { in getViewForInfo()
1095 for (int j = 0; j < mContent.getCountY(); j++) { in getItemsInReadingOrder()
DHotseat.java83 return hasVerticalHotseat() ? (mContent.getCountY() - y - 1) : x; in getOrderInHotseat()
90 return hasVerticalHotseat() ? (mContent.getCountY() - (rank + 1)) : 0; in getCellYFromOrder()
DAppWidgetResizeFrame.java242 int countY = mCellLayout.getCountY(); in resizeWidgetIfNeeded()
DFocusHelper.java627 final int cellCountY = layout.getCountY(); in getClosestIconOnLine()
DCellLayout.java607 int getCountY() { in getCountY() method in CellLayout
/packages/apps/Launcher3/src/com/android/launcher3/
DFolder.java543 mContent.getCountX(), mContent.getCountY())); in animateOpen()
653 || item.cellX >= mContent.getCountX() || item.cellY >= mContent.getCountY()) { in createAndAddShortcut()
963 int countY = mContent.getCountY(); in setupContentDimensions()
1347 for (int j = 0; j < mContent.getCountY(); j++) { in getViewForInfo()
1368 for (int j = 0; j < mContent.getCountY(); j++) { in getItemsInReadingOrder()
DHotseat.java87 return hasVerticalHotseat() ? (mContent.getCountY() - y - 1) : x; in getOrderInHotseat()
94 return hasVerticalHotseat() ? (mContent.getCountY() - (rank + 1)) : 0; in getCellYFromOrder()
DFocusHelper.java84 countY = ((CellLayout) parentLayout).getCountY(); in handleAppsCustomizeKeyEvent()
382 final int cellCountY = layout.getCountY(); in getClosestIconOnLine()
DAppWidgetResizeFrame.java239 int countY = mCellLayout.getCountY(); in resizeWidgetIfNeeded()
DCellLayout.java585 int getCountY() { in getCountY() method in CellLayout
DWorkspace.java657 int spanY = customScreen.getCountY(); in addToCustomContentPage()