HomeSort by relevance Sort by last modified time
    Searched full:hotseatcellwidth (Results 1 - 1 of 1) sorted by null

  /packages/apps/Launcher3/src/com/android/launcher3/
DeviceProfile.java 634 float hotseatCellWidth = (float) getCurrentWidth() / inv.numHotseatIcons;
635 int hotseatAdjustment = Math.round((workspaceCellWidth - hotseatCellWidth) / 2);
    [all...]

Completed in 76 milliseconds