Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/accessibility/
DWorkspaceAccessibilityHelper.java46 int mCountX = mView.getCountX(); in intersectsValidDropTarget()
111 int x = id % mView.getCountX(); in getConfirmationForIconDrop()
112 int y = id / mView.getCountX(); in getConfirmationForIconDrop()
131 int x = id % mView.getCountX(); in getLocationDescriptionForIconDrop()
132 int y = id / mView.getCountX(); in getLocationDescriptionForIconDrop()
DDragAndDropAccessibilityDelegate.java70 int id = mTempCords[0] + mTempCords[1] * mView.getCountX(); in getVirtualViewAt()
84 int nCells = mView.getCountX() * mView.getCountY(); in getVisibleVirtualViews()
160 int cellX = id % mView.getCountX(); in getItemBounds()
161 int cellY = id / mView.getCountX(); in getItemBounds()
DFolderAccessibilityHelper.java40 mStartPosition = index * layout.getCountX() * layout.getCountY(); in FolderAccessibilityHelper()
/packages/apps/Launcher3/src/com/android/launcher3/folder/
DFolderPagedView.java124 mGridCountX = mOrganizer.getCountX(); in setupContentDimensions()
368 sTmpArray[0] = page.getCountX() - sTmpArray[0] - 1; in findNearestArea()
404 for (int i = 0; i < page.getCountX(); i++) { in iterateOverItems()
DFolderGridOrganizer.java74 public int getCountX() { in getCountX() method in FolderGridOrganizer
/packages/apps/Launcher3/src/com/android/launcher3/graphics/
DLauncherPreviewRenderer.java479 new CellLayout.LayoutParams(0, 0, mWorkspace.getCountX(), 1);
/packages/apps/Launcher3/src/com/android/launcher3/
DAppWidgetResizeFrame.java396 hSpanInc, mMinHSpan, mMaxHSpan, mCellLayout.getCountX(), mTempRange2); in resizeWidgetIfNeeded()
DCellLayout.java668 public int getCountX() { in getCountX() method in CellLayout
2856 for (int cellX = 0; cellX < getCountX(); cellX++) { in hasReorderSolution()
DWorkspace.java567 CellLayout.LayoutParams lp = new CellLayout.LayoutParams(0, 0, firstPage.getCountX(), in bindAndInitFirstWorkspaceScreen()