Home
last modified time | relevance | path

Searched refs:updateHotseatWidthAndBorderSpace (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/
DDeviceProfile.java896 updateHotseatWidthAndBorderSpace(inv.numColumns); in recalculateHotseatWidthAndBorderSpace()
899 updateHotseatWidthAndBorderSpace(inv.numDatabaseHotseatIcons); in recalculateHotseatWidthAndBorderSpace()
904 updateHotseatWidthAndBorderSpace(mHotseatColumnSpan + 2); in recalculateHotseatWidthAndBorderSpace()
914 updateHotseatWidthAndBorderSpace(mHotseatColumnSpan - 1); in recalculateHotseatWidthAndBorderSpace()
962 private void updateHotseatWidthAndBorderSpace(int columns) { in updateHotseatWidthAndBorderSpace() method in DeviceProfile