Searched refs:getCountX (Results 1 - 13 of 13) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/accessibility/
H A DDragAndDropAccessibilityDelegate.java64 int id = sTempArray[0] + sTempArray[1] * mView.getCountX();
78 int nCells = mView.getCountX() * mView.getCountY();
130 int cellX = id % mView.getCountX();
131 int cellY = id / mView.getCountX();
H A DFolderAccessibilityHelper.java40 mStartPosition = index * layout.getCountX() * layout.getCountY();
H A DWorkspaceAccessibilityHelper.java53 int mCountX = mView.getCountX();
118 int x = id % mView.getCountX();
119 int y = id / mView.getCountX();
158 int x = id % mView.getCountX();
159 int y = id / mView.getCountX();
/packages/apps/Launcher3/src/com/android/launcher3/util/
H A DFocusLogic.java168 final int m = layout.getCountX();
205 ? hotseatLayout.getCountX() > iconLayout.getCountX()
210 m = hotseatLayout.getCountX();
213 m = iconLayout.getCountX() + hotseatLayout.getCountX();
260 matrix[iconLayout.getCountX()][cy] = iconParent.getChildCount() + i;
285 int[][] matrix = createFullMatrix(iconLayout.getCountX() + 1, iconLayout.getCountY());
567 ? 0 : (((CellLayout) nextPage.getParent()).getCountX() - 1);
/packages/apps/Launcher2/src/com/android/launcher2/
H A DFolder.java343 final int countX = mContent.getCountX();
431 mContent.getCountX(), mContent.getCountY()));
538 || item.cellX >= mContent.getCountX() || item.cellY >= mContent.getCountY()) {
582 wrap = empty[0] >= mContent.getCountX() - 1;
586 endX = y < target[1] ? mContent.getCountX() - 1 : target[0];
602 startX = y == empty[1] ? empty[0] - 1 : mContent.getCountX() - 1;
627 mTargetCell[0] = mContent.getCountX() - mTargetCell[0] - 1;
764 int countX = mContent.getCountX();
1075 for (int i = 0; i < mContent.getCountX(); i++) {
1096 for (int i = 0; i < mContent.getCountX();
[all...]
H A DAppWidgetResizeFrame.java241 int countX = mCellLayout.getCountX();
H A DFocusHelper.java570 final int cellCountX = layout.getCountX();
H A DCellLayout.java603 int getCountX() { method in class:CellLayout
/packages/apps/Launcher3/src/com/android/launcher3/
H A DFocusHelper.java412 iconLayout.getCountX(), row);
585 int countX = cellLayout.getCountX();
600 int countX = cellLayout.getCountX();
H A DAppWidgetResizeFrame.java255 int countX = mCellLayout.getCountX();
H A DCellLayout.java611 public int getCountX() { method in class:CellLayout
2848 for (int cellX = 0; cellX < getCountX(); cellX++) {
H A DWorkspace.java630 CellLayout.LayoutParams lp = new CellLayout.LayoutParams(0, 0, firstPage.getCountX(), 1);
780 int spanX = customScreen.getCountX();
/packages/apps/Launcher3/src/com/android/launcher3/folder/
H A DFolderPagedView.java410 sTempPosArray[0] = page.getCountX() - sTempPosArray[0] - 1;
453 for (int i = 0; i < page.getCountX(); i++) {

Completed in 249 milliseconds