Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/util/
DFocusLogic.java167 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()
/packages/apps/Launcher3/src/com/android/launcher3/accessibility/
DFolderAccessibilityHelper.java40 mStartPosition = index * layout.getCountX() * layout.getCountY(); in FolderAccessibilityHelper()
DDragAndDropAccessibilityDelegate.java79 int nCells = mView.getCountX() * mView.getCountY(); in getVisibleVirtualViews()
DWorkspaceAccessibilityHelper.java55 int mCountY = mView.getCountY(); in intersectsValidDropTarget()
/packages/apps/Launcher3/src/com/android/launcher3/
DFocusHelper.java541 for (int y = 0; y < cellLayout.getCountY(); y++) { in getFirstFocusableIconInReadingOrder()
556 for (int y = cellLayout.getCountY() - 1; y >= 0; y--) { in getFirstFocusableIconInReverseReadingOrder()
DHotseat.java58 return mHasVerticalHotseat ? (getCountY() - (rank + 1)) : 0; in getCellYFromOrder()
DAppWidgetResizeFrame.java307 vSpanInc, mMinVSpan, mCellLayout.getCountY(), mTempRange2); in resizeWidgetIfNeeded()
DCellLayout.java567 public int getCountY() { in getCountY() method in CellLayout
2746 for (int cellY = 0; cellY < getCountY(); cellY++) { in hasReorderSolution()
/packages/apps/Launcher3/src/com/android/launcher3/folder/
DFolderPagedView.java450 for (int j = 0; j < page.getCountY(); j++) { in iterateOverItems()