Home
last modified time | relevance | path

Searched refs:getCountY (Results 1 – 15 of 15) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/util/
DFocusLogic.java166 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()
/packages/apps/Launcher2/src/com/android/launcher2/
DHotseat.java83 return hasVerticalHotseat() ? (mContent.getCountY() - y - 1) : x; in getOrderInHotseat()
90 return hasVerticalHotseat() ? (mContent.getCountY() - (rank + 1)) : 0; in getCellYFromOrder()
DFolder.java431 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()
DAppWidgetResizeFrame.java242 int countY = mCellLayout.getCountY(); in resizeWidgetIfNeeded()
DFocusHelper.java627 final int cellCountY = layout.getCountY(); in getClosestIconOnLine()
DCellLayout.java607 int getCountY() { in getCountY() method in CellLayout
/packages/apps/Launcher3/src/com/android/launcher3/
DHotseat.java76 return mHasVerticalHotseat ? (mContent.getCountY() - y - 1) : x; in getOrderInHotseat()
85 return mHasVerticalHotseat ? (mContent.getCountY() - (rank + 1)) : 0; in getCellYFromOrder()
DFocusHelper.java587 for (int y = 0; y < cellLayout.getCountY(); y++) { in getFirstFocusableIconInReadingOrder()
602 for (int y = cellLayout.getCountY() - 1; y >= 0; y--) { in getFirstFocusableIconInReverseReadingOrder()
DAppWidgetResizeFrame.java250 int countY = mCellLayout.getCountY(); in resizeWidgetIfNeeded()
DFolderPagedView.java437 for (int j = 0; j < page.getCountY(); j++) { in iterateOverItems()
DCellLayout.java620 public int getCountY() { in getCountY() method in CellLayout
DWorkspace.java643 int spanY = customScreen.getCountY(); in addToCustomContentPage()
/packages/apps/Launcher3/src/com/android/launcher3/accessibility/
DFolderAccessibilityHelper.java40 mStartPosition = index * layout.getCountX() * layout.getCountY(); in FolderAccessibilityHelper()
DDragAndDropAccessibilityDelegate.java78 int nCells = mView.getCountX() * mView.getCountY(); in getVisibleVirtualViews()
DWorkspaceAccessibilityHelper.java47 int mCountY = mView.getCountY(); in intersectsValidDropTarget()