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

/packages/apps/Launcher3/src/com/android/launcher3/accessibility/
H A DFolderAccessibilityHelper.java40 mStartPosition = index * layout.getCountX() * layout.getCountY();
H A DDragAndDropAccessibilityDelegate.java78 int nCells = mView.getCountX() * mView.getCountY();
H A DWorkspaceAccessibilityHelper.java54 int mCountY = mView.getCountY();
/packages/apps/Launcher3/src/com/android/launcher3/util/
H A DFocusLogic.java167 final int n = layout.getCountY();
204 : hotseatLayout.getCountY() > iconLayout.getCountY());
209 n = iconLayout.getCountY() + hotseatLayout.getCountY();
212 n = hotseatLayout.getCountY();
254 matrix[cx][iconLayout.getCountY()] = iconParent.getChildCount() + i;
283 int[][] matrix = createFullMatrix(iconLayout.getCountX() + 1, iconLayout.getCountY());
/packages/apps/Launcher2/src/com/android/launcher2/
H A DHotseat.java83 return hasVerticalHotseat() ? (mContent.getCountY() - y - 1) : x;
90 return hasVerticalHotseat() ? (mContent.getCountY() - (rank + 1)) : 0;
H A DFolder.java431 mContent.getCountX(), mContent.getCountY()));
538 || item.cellX >= mContent.getCountX() || item.cellY >= mContent.getCountY()) {
765 int countY = mContent.getCountY();
1074 for (int j = 0; j < mContent.getCountY(); j++) {
1095 for (int j = 0; j < mContent.getCountY(); j++) {
H A DAppWidgetResizeFrame.java242 int countY = mCellLayout.getCountY();
H A DFocusHelper.java627 final int cellCountY = layout.getCountY();
H A DCellLayout.java607 int getCountY() { method in class:CellLayout
/packages/apps/Launcher3/src/com/android/launcher3/
H A DHotseat.java101 return mHasVerticalHotseat ? (mContent.getCountY() - y - 1) : x;
110 return mHasVerticalHotseat ? (mContent.getCountY() - (rank + 1)) : 0;
H A DFocusHelper.java552 for (int y = 0; y < cellLayout.getCountY(); y++) {
567 for (int y = cellLayout.getCountY() - 1; y >= 0; y--) {
H A DAppWidgetResizeFrame.java273 vSpanInc, mMinVSpan, mCellLayout.getCountY(), mTempRange2);
H A DCellLayout.java594 public int getCountY() { method in class:CellLayout
2807 for (int cellY = 0; cellY < getCountY(); cellY++) {
H A DWorkspace.java736 int spanY = customScreen.getCountY();
/packages/apps/Launcher3/src/com/android/launcher3/folder/
H A DFolderPagedView.java470 for (int j = 0; j < page.getCountY(); j++) {

Completed in 139 milliseconds