HomeSort by relevance Sort by last modified time
    Searched refs:getCountX (Results 1 - 13 of 13) sorted by null

  /packages/apps/Launcher3/src/com/android/launcher3/accessibility/
DragAndDropAccessibilityDelegate.java 64 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();
WorkspaceAccessibilityHelper.java 45 int mCountX = mView.getCountX();
110 int x = id % mView.getCountX();
111 int y = id / mView.getCountX();
131 int x = id % mView.getCountX();
132 int y = id / mView.getCountX();
FolderAccessibilityHelper.java 40 mStartPosition = index * layout.getCountX() * layout.getCountY();
  /packages/apps/Launcher3/src/com/android/launcher3/util/
FocusLogic.java 163 final int m = layout.getCountX();
195 m = iconLayout.getCountX();
198 m = iconLayout.getCountX() + hotseatLayout.getCountX();
231 matrix[iconLayout.getCountX()][cy + delta] = iconParent.getChildCount() + i;
255 int[][] matrix = createFullMatrix(iconLayout.getCountX() + 1, iconLayout.getCountY());
495 ? 0 : (((CellLayout) nextPage.getParent()).getCountX() - 1);
  /packages/apps/Launcher3/src/com/android/launcher3/
FocusHelper.java 87 final int countX = cellLayout.getCountX();
228 countX = iconLayout.getCountX();
237 countX = iconLayout.getCountX() + hotseatLayout.getCountX();
247 countX = hotseatLayout.getCountX();
307 int countX = iconLayout.getCountX();
358 iconLayout.getCountX(), row);
FolderPagedView.java 385 sTempPosArray[0] = page.getCountX() - sTempPosArray[0] - 1;
422 for (int i = 0; i < page.getCountX(); i++) {
AppWidgetResizeFrame.java 238 int countX = mCellLayout.getCountX();
CellLayout.java 590 public int getCountX() {
    [all...]
Workspace.java 619 int spanX = customScreen.getCountX();
    [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
Folder.java 343 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();
    [all...]
AppWidgetResizeFrame.java 241 int countX = mCellLayout.getCountX();
FocusHelper.java 570 final int cellCountX = layout.getCountX();
    [all...]
CellLayout.java 603 int getCountX() {
    [all...]

Completed in 538 milliseconds