Searched refs:getCountY (Results 1 – 9 of 9) sorted by relevance
167 final int n = layout.getCountY(); in createSparseMatrix()208 n = iconLayout.getCountY() + hotseatLayout.getCountY(); in createSparseMatrixWithHotseat()211 n = hotseatLayout.getCountY(); in createSparseMatrixWithHotseat()230 matrix[cx][iconLayout.getCountY()] = iconParent.getChildCount() + i; in createSparseMatrixWithHotseat()259 int[][] matrix = createFullMatrix(iconLayout.getCountX() + 1, iconLayout.getCountY()); in createSparseMatrixWithPivotColumn()
40 mStartPosition = index * layout.getCountX() * layout.getCountY(); in FolderAccessibilityHelper()
79 int nCells = mView.getCountX() * mView.getCountY(); in getVisibleVirtualViews()
55 int mCountY = mView.getCountY(); in intersectsValidDropTarget()
541 for (int y = 0; y < cellLayout.getCountY(); y++) { in getFirstFocusableIconInReadingOrder()556 for (int y = cellLayout.getCountY() - 1; y >= 0; y--) { in getFirstFocusableIconInReverseReadingOrder()
58 return mHasVerticalHotseat ? (getCountY() - (rank + 1)) : 0; in getCellYFromOrder()
307 vSpanInc, mMinVSpan, mCellLayout.getCountY(), mTempRange2); in resizeWidgetIfNeeded()
567 public int getCountY() { in getCountY() method in CellLayout2746 for (int cellY = 0; cellY < getCountY(); cellY++) { in hasReorderSolution()
450 for (int j = 0; j < page.getCountY(); j++) { in iterateOverItems()