Searched refs:getCountY (Results 1 – 15 of 15) sorted by relevance
166 final int n = layout.getCountY(); in createSparseMatrix()201 hotseatLayout.getCountY() > iconLayout.getCountY(); in createSparseMatrixWithHotseat()206 n = iconLayout.getCountY() + hotseatLayout.getCountY(); in createSparseMatrixWithHotseat()209 n = hotseatLayout.getCountY(); in createSparseMatrixWithHotseat()249 matrix[cx][iconLayout.getCountY()] = iconParent.getChildCount() + i; in createSparseMatrixWithHotseat()278 int[][] matrix = createFullMatrix(iconLayout.getCountX() + 1, iconLayout.getCountY()); in createSparseMatrixWithPivotColumn()
83 return hasVerticalHotseat() ? (mContent.getCountY() - y - 1) : x; in getOrderInHotseat()90 return hasVerticalHotseat() ? (mContent.getCountY() - (rank + 1)) : 0; in getCellYFromOrder()
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()
242 int countY = mCellLayout.getCountY(); in resizeWidgetIfNeeded()
627 final int cellCountY = layout.getCountY(); in getClosestIconOnLine()
607 int getCountY() { in getCountY() method in CellLayout
76 return mHasVerticalHotseat ? (mContent.getCountY() - y - 1) : x; in getOrderInHotseat()85 return mHasVerticalHotseat ? (mContent.getCountY() - (rank + 1)) : 0; in getCellYFromOrder()
587 for (int y = 0; y < cellLayout.getCountY(); y++) { in getFirstFocusableIconInReadingOrder()602 for (int y = cellLayout.getCountY() - 1; y >= 0; y--) { in getFirstFocusableIconInReverseReadingOrder()
250 int countY = mCellLayout.getCountY(); in resizeWidgetIfNeeded()
437 for (int j = 0; j < page.getCountY(); j++) { in iterateOverItems()
620 public int getCountY() { in getCountY() method in CellLayout
643 int spanY = customScreen.getCountY(); in addToCustomContentPage()
40 mStartPosition = index * layout.getCountX() * layout.getCountY(); in FolderAccessibilityHelper()
78 int nCells = mView.getCountX() * mView.getCountY(); in getVisibleVirtualViews()
47 int mCountY = mView.getCountY(); in intersectsValidDropTarget()