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

  /packages/apps/Launcher2/src/com/android/launcher2/
ShortcutAndWidgetContainer.java 105 lp.setup(mCellWidth, mCellHeight, mWidthGap, mHeightGap, invertLayoutHorizontally(),
119 lp.setup(cellWidth, cellHeight, mWidthGap, mHeightGap, invertLayoutHorizontally(), mCountX);
126 private boolean invertLayoutHorizontally() {
  /packages/apps/Launcher3/src/com/android/launcher3/
ShortcutAndWidgetContainer.java 117 lp.setup(mCellWidth, mCellHeight, mWidthGap, mHeightGap, invertLayoutHorizontally(),
148 lp.setup(cellWidth, cellHeight, mWidthGap, mHeightGap, invertLayoutHorizontally(),
172 public boolean invertLayoutHorizontally() {
FocusHelper.java 117 ^ newParent.invertLayoutHorizontally()) ? 0 : countX - 1, row);
  /packages/apps/Launcher3/src/com/android/launcher3/util/
FocusLogic.java 165 final boolean invert = parent.invertLayoutHorizontally();
494 int column = (edgeColumn == NEXT_PAGE_LEFT_COLUMN) ^ nextPage.invertLayoutHorizontally()

Completed in 63 milliseconds