Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/accessibility/
DFolderAccessibilityHelper.java40 mStartPosition = index * layout.getCountX() * layout.getCountY(); in FolderAccessibilityHelper()
DDragAndDropAccessibilityDelegate.java84 int nCells = mView.getCountX() * mView.getCountY(); in getVisibleVirtualViews()
DWorkspaceAccessibilityHelper.java47 int mCountY = mView.getCountY(); in intersectsValidDropTarget()
/packages/apps/Launcher3/src/com/android/launcher3/folder/
DFolderGridOrganizer.java78 public int getCountY() { in getCountY() method in FolderGridOrganizer
DFolderPagedView.java125 mGridCountY = mOrganizer.getCountY(); in setupContentDimensions()
403 for (int j = 0; j < page.getCountY(); j++) { in iterateOverItems()
/packages/apps/Launcher3/src/com/android/launcher3/
DHotseat.java83 return mHasVerticalHotseat ? (getCountY() - (rank + 1)) : 0; in getCellYFromOrder()
DAppWidgetResizeFrame.java405 vSpanInc, mMinVSpan, mMaxVSpan, mCellLayout.getCountY(), mTempRange2); in resizeWidgetIfNeeded()
DCellLayout.java672 public int getCountY() { in getCountY() method in CellLayout
2857 for (int cellY = 0; cellY < getCountY(); cellY++) { in hasReorderSolution()