Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/accessibility/
DWorkspaceAccessibilityHelper.java54 int mCountX = mView.getCountX(); in intersectsValidDropTarget()
119 int x = id % mView.getCountX(); in getConfirmationForIconDrop()
120 int y = id / mView.getCountX(); in getConfirmationForIconDrop()
159 int x = id % mView.getCountX(); in getLocationDescriptionForIconDrop()
160 int y = id / mView.getCountX(); in getLocationDescriptionForIconDrop()
DDragAndDropAccessibilityDelegate.java67 int id = sTempArray[0] + sTempArray[1] * mView.getCountX(); in getVirtualViewAt()
81 int nCells = mView.getCountX() * mView.getCountY(); in getVisibleVirtualViews()
138 int cellX = id % mView.getCountX(); in getItemBounds()
139 int cellY = id / mView.getCountX(); in getItemBounds()
DFolderAccessibilityHelper.java40 mStartPosition = index * layout.getCountX() * layout.getCountY(); in FolderAccessibilityHelper()
/packages/apps/Launcher3/src/com/android/launcher3/util/
DFocusLogic.java166 final int m = layout.getCountX(); in createSparseMatrix()
207 m = hotseatLayout.getCountX(); in createSparseMatrixWithHotseat()
210 m = iconLayout.getCountX() + hotseatLayout.getCountX(); in createSparseMatrixWithHotseat()
234 matrix[iconLayout.getCountX()][cy] = iconParent.getChildCount() + i; in createSparseMatrixWithHotseat()
259 int[][] matrix = createFullMatrix(iconLayout.getCountX() + 1, iconLayout.getCountY()); in createSparseMatrixWithPivotColumn()
541 ? 0 : (((CellLayout) nextPage.getParent()).getCountX() - 1);
/packages/apps/Launcher3/src/com/android/launcher3/folder/
DFolderPagedView.java122 mGridCountX = mOrganizer.getCountX(); in setupContentDimensions()
358 sTmpArray[0] = page.getCountX() - sTmpArray[0] - 1; in findNearestArea()
394 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/
DFocusHelper.java386 iconLayout.getCountX(), row); in handleIconKeyEvent()
541 int countX = cellLayout.getCountX(); in getFirstFocusableIconInReadingOrder()
556 int countX = cellLayout.getCountX(); in getFirstFocusableIconInReverseReadingOrder()
DAppWidgetResizeFrame.java304 hSpanInc, mMinHSpan, mCellLayout.getCountX(), mTempRange2); in resizeWidgetIfNeeded()
DCellLayout.java568 public int getCountX() { in getCountX() method in CellLayout
2754 for (int cellX = 0; cellX < getCountX(); cellX++) { in hasReorderSolution()
DWorkspace.java514 CellLayout.LayoutParams lp = new CellLayout.LayoutParams(0, 0, firstPage.getCountX(), 1); in bindAndInitFirstWorkspaceScreen()
/packages/apps/Launcher3/src/com/android/launcher3/graphics/
DLauncherPreviewRenderer.java482 new CellLayout.LayoutParams(0, 0, mWorkspace.getCountX(), 1); in populate()