Searched refs:getCountY (Results 1 – 15 of 15) sorted by relevance
164 final int n = layout.getCountY(); in createSparseMatrix()196 n = iconLayout.getCountY() + hotseatLayout.getCountY(); in createSparseMatrix()199 n = iconLayout.getCountY(); in createSparseMatrix()223 matrix[cx + delta][iconLayout.getCountY()] = iconParent.getChildCount() + i; in createSparseMatrix()255 int[][] matrix = createFullMatrix(iconLayout.getCountX() + 1, iconLayout.getCountY()); in createSparseMatrix()
88 final int countY = cellLayout.getCountY(); in onKey()229 countY = iconLayout.getCountY() + hotseatLayout.getCountY(); in handleHotseatButtonKeyEvent()238 countY = iconLayout.getCountY(); in handleHotseatButtonKeyEvent()248 countY = hotseatLayout.getCountY(); in handleHotseatButtonKeyEvent()308 int countY = iconLayout.getCountY(); in handleIconKeyEvent()
76 return mHasVerticalHotseat ? (mContent.getCountY() - y - 1) : x; in getOrderInHotseat()85 return mHasVerticalHotseat ? (mContent.getCountY() - (rank + 1)) : 0; in getCellYFromOrder()
239 int countY = mCellLayout.getCountY(); in resizeWidgetIfNeeded()
425 for (int j = 0; j < page.getCountY(); j++) { in iterateOverItems()
598 public int getCountY() { in getCountY() method in CellLayout
638 int spanY = customScreen.getCountY(); in addToCustomContentPage()
431 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()
83 return hasVerticalHotseat() ? (mContent.getCountY() - y - 1) : x; in getOrderInHotseat()90 return hasVerticalHotseat() ? (mContent.getCountY() - (rank + 1)) : 0; in getCellYFromOrder()
242 int countY = mCellLayout.getCountY(); in resizeWidgetIfNeeded()
627 final int cellCountY = layout.getCountY(); in getClosestIconOnLine()
607 int getCountY() { in getCountY() method in CellLayout
40 mStartPosition = index * layout.getCountX() * layout.getCountY(); in FolderAccessibilityHelper()
78 int nCells = mView.getCountX() * mView.getCountY(); in getVisibleVirtualViews()
46 int mCountY = mView.getCountY(); in intersectsValidDropTarget()