Searched refs:getNextLowerIconSize (Results 1 – 3 of 3) sorted by relevance
51 fun getNextLowerIconSize() { in getNextLowerIconSize() method in com.android.launcher3.util.IconSizeStepsTest52 assertThat(iconSizeSteps.getNextLowerIconSize(66)).isEqualTo(63) in getNextLowerIconSize()55 assertThat(iconSizeSteps.getNextLowerIconSize(52)).isEqualTo(52) in getNextLowerIconSize()56 assertThat(iconSizeSteps.getNextLowerIconSize(30)).isEqualTo(52) in getNextLowerIconSize()
47 iconSizePx = iconSizeSteps.getNextLowerIconSize(iconSizePx) in resizeToFitCellHeight()
38 fun getNextLowerIconSize(iconSizePx: Int): Int { in <lambda>() method