Searched defs:invertLayoutHorizontally (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Launcher2/src/com/android/launcher2/
H A DShortcutAndWidgetContainer.java105 lp.setup(mCellWidth, mCellHeight, mWidthGap, mHeightGap, invertLayoutHorizontally(),
119 lp.setup(cellWidth, cellHeight, mWidthGap, mHeightGap, invertLayoutHorizontally(), mCountX);
126 private boolean invertLayoutHorizontally() { method in class:ShortcutAndWidgetContainer
/packages/apps/Launcher3/src/com/android/launcher3/
H A DShortcutAndWidgetContainer.java96 lp.setup(mCellWidth, mCellHeight, invertLayoutHorizontally(), mCountX,
99 lp.setup(mCellWidth, mCellHeight, invertLayoutHorizontally(), mCountX);
118 lp.setup(mCellWidth, mCellHeight, invertLayoutHorizontally(), mCountX,
122 lp.setup(mCellWidth, mCellHeight, invertLayoutHorizontally(), mCountX);
136 public boolean invertLayoutHorizontally() { method in class:ShortcutAndWidgetContainer

Completed in 159 milliseconds