Searched refs:getCountX (Results 1 – 9 of 9) sorted by relevance
/packages/apps/Launcher3/src/com/android/launcher3/accessibility/ |
D | WorkspaceAccessibilityHelper.java | 46 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()
|
D | DragAndDropAccessibilityDelegate.java | 70 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()
|
D | FolderAccessibilityHelper.java | 40 mStartPosition = index * layout.getCountX() * layout.getCountY(); in FolderAccessibilityHelper()
|
/packages/apps/Launcher3/src/com/android/launcher3/folder/ |
D | FolderPagedView.java | 124 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()
|
D | FolderGridOrganizer.java | 74 public int getCountX() { in getCountX() method in FolderGridOrganizer
|
/packages/apps/Launcher3/src/com/android/launcher3/graphics/ |
D | LauncherPreviewRenderer.java | 479 new CellLayout.LayoutParams(0, 0, mWorkspace.getCountX(), 1);
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
D | AppWidgetResizeFrame.java | 396 hSpanInc, mMinHSpan, mMaxHSpan, mCellLayout.getCountX(), mTempRange2); in resizeWidgetIfNeeded()
|
D | CellLayout.java | 668 public int getCountX() { in getCountX() method in CellLayout 2856 for (int cellX = 0; cellX < getCountX(); cellX++) { in hasReorderSolution()
|
D | Workspace.java | 567 CellLayout.LayoutParams lp = new CellLayout.LayoutParams(0, 0, firstPage.getCountX(), in bindAndInitFirstWorkspaceScreen()
|