Searched refs:getCountX (Results 1 – 4 of 4) sorted by relevance
344 final int countX = mContent.getCountX(); in placeInReadingOrder()432 mContent.getCountX(), mContent.getCountY())); in animateOpen()539 || item.cellX >= mContent.getCountX() || item.cellY >= mContent.getCountY()) { in createAndAddShortcut()583 wrap = empty[0] >= mContent.getCountX() - 1; in realTimeReorder()587 endX = y < target[1] ? mContent.getCountX() - 1 : target[0]; in realTimeReorder()603 startX = y == empty[1] ? empty[0] - 1 : mContent.getCountX() - 1; in realTimeReorder()628 mTargetCell[0] = mContent.getCountX() - mTargetCell[0] - 1; in onDragOver()766 int countX = mContent.getCountX(); in setupContentDimensions()1065 for (int i = 0; i < mContent.getCountX(); i++) { in getViewForInfo()1090 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