HomeSort by relevance Sort by last modified time
    Searched refs:getCountX (Results 1 - 14 of 14) 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();
FolderAccessibilityHelper.java 40 mStartPosition = index * layout.getCountX() * layout.getCountY();
WorkspaceAccessibilityHelper.java 53 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/
FocusLogic.java 167 final int m = layout.getCountX();
204 ? hotseatLayout.getCountX() > iconLayout.getCountX()
209 m = hotseatLayout.getCountX();
212 m = iconLayout.getCountX() + hotseatLayout.getCountX();
259 matrix[iconLayout.getCountX()][cy] = iconParent.getChildCount() + i;
284 int[][] matrix = createFullMatrix(iconLayout.getCountX() + 1, iconLayout.getCountY());
566 ? 0 : (((CellLayout) nextPage.getParent()).getCountX() - 1);
  /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...]
  /packages/apps/Launcher3/src/com/android/launcher3/folder/
ClippedFolderIconLayoutRule.java 141 int appsPerRow = folder.mContent.getPageAt(0).getCountX();
FolderPagedView.java 405 sTempPosArray[0] = page.getCountX() - sTempPosArray[0] - 1;
448 for (int i = 0; i < page.getCountX(); i++) {
  /packages/apps/Launcher3/src/com/android/launcher3/
FocusHelper.java 396 iconLayout.getCountX(), row);
551 int countX = cellLayout.getCountX();
566 int countX = cellLayout.getCountX();
AppWidgetResizeFrame.java 265 hSpanInc, mMinHSpan, mCellLayout.getCountX(), mTempRange2);
CellLayout.java 595 public int getCountX() {
    [all...]
Workspace.java 632 CellLayout.LayoutParams lp = new CellLayout.LayoutParams(0, 0, firstPage.getCountX(), 1);
775 int spanX = customScreen.getCountX();
    [all...]

Completed in 292 milliseconds