Searched refs:getCountX (Results 1 – 13 of 13) sorted by relevance
165 final int m = layout.getCountX(); in createSparseMatrix()200 hotseatLayout.getCountX() > iconLayout.getCountX() : in createSparseMatrixWithHotseat()205 m = hotseatLayout.getCountX(); in createSparseMatrixWithHotseat()208 m = iconLayout.getCountX() + hotseatLayout.getCountX(); in createSparseMatrixWithHotseat()253 matrix[iconLayout.getCountX()][cy] = iconParent.getChildCount() + i; in createSparseMatrixWithHotseat()278 int[][] matrix = createFullMatrix(iconLayout.getCountX() + 1, iconLayout.getCountY()); in createSparseMatrixWithPivotColumn()560 ? 0 : (((CellLayout) nextPage.getParent()).getCountX() - 1);
46 int mCountX = mView.getCountX(); in intersectsValidDropTarget()111 int x = id % mView.getCountX(); in getConfirmationForIconDrop()112 int y = id / mView.getCountX(); in getConfirmationForIconDrop()132 int x = id % mView.getCountX(); in getLocationDescriptionForIconDrop()133 int y = id / mView.getCountX(); in getLocationDescriptionForIconDrop()
64 int id = sTempArray[0] + sTempArray[1] * mView.getCountX(); in getVirtualViewAt()78 int nCells = mView.getCountX() * mView.getCountY(); in getVisibleVirtualViews()130 int cellX = id % mView.getCountX(); in getItemBounds()131 int cellY = id / mView.getCountX(); in getItemBounds()
40 mStartPosition = index * layout.getCountX() * layout.getCountY(); in FolderAccessibilityHelper()
343 final int countX = mContent.getCountX(); in placeInReadingOrder()431 mContent.getCountX(), mContent.getCountY())); in animateOpen()538 || item.cellX >= mContent.getCountX() || item.cellY >= mContent.getCountY()) { in createAndAddShortcut()582 wrap = empty[0] >= mContent.getCountX() - 1; in realTimeReorder()586 endX = y < target[1] ? mContent.getCountX() - 1 : target[0]; in realTimeReorder()602 startX = y == empty[1] ? empty[0] - 1 : mContent.getCountX() - 1; in realTimeReorder()627 mTargetCell[0] = mContent.getCountX() - mTargetCell[0] - 1; in onDragOver()764 int countX = mContent.getCountX(); in setupContentDimensions()1075 for (int i = 0; i < mContent.getCountX(); i++) { in getViewForInfo()1096 for (int i = 0; i < mContent.getCountX(); i++) { in getItemsInReadingOrder()
241 int countX = mCellLayout.getCountX(); in resizeWidgetIfNeeded()
570 final int cellCountX = layout.getCountX(); in getCellLayoutChildrenSortedSpatially()
603 int getCountX() { in getCountX() method in CellLayout
413 iconLayout.getCountX(), row); in handleIconKeyEvent()586 int countX = cellLayout.getCountX(); in getFirstFocusableIconInReadingOrder()601 int countX = cellLayout.getCountX(); in getFirstFocusableIconInReverseReadingOrder()
389 sTempPosArray[0] = page.getCountX() - sTempPosArray[0] - 1; in findNearestArea()438 for (int i = 0; i < page.getCountX(); i++) { in iterateOverItems()
249 int countX = mCellLayout.getCountX(); in resizeWidgetIfNeeded()
616 public int getCountX() { in getCountX() method in CellLayout
642 int spanX = customScreen.getCountX(); in addToCustomContentPage()