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

/packages/apps/Launcher3/src/com/android/launcher3/
H A DCellLayout.java794 left += (int) Math.ceil(getUnusedHorizontalSpace() / 2f);
796 right -= (int) Math.ceil(getUnusedHorizontalSpace() / 2f);
816 public int getUnusedHorizontalSpace() { method in class:CellLayout

Completed in 38 milliseconds