Home
last modified time | relevance | path

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

/packages/apps/Launcher3/tests/src/com/android/launcher3/nonquickstep/
DHotseatWidthCalculationTest.kt177 for (numHotseatIcons in numShownHotseatIcons) { in border_space_should_be_zero_when_numHotseatIcons_is_smallerOrEqual_1() constant
178 inv?.numShownHotseatIcons = numHotseatIcons in border_space_should_be_zero_when_numHotseatIcons_is_smallerOrEqual_1()
183 assertThat(dp.numShownHotseatIcons).isEqualTo(numHotseatIcons) in border_space_should_be_zero_when_numHotseatIcons_is_smallerOrEqual_1()
/packages/apps/Launcher3/src/com/android/launcher3/
DInvariantDeviceProfile.java418 numShownHotseatIcons = closestProfile.numHotseatIcons; in initGrid()
420 ? closestProfile.numDatabaseHotseatIcons : closestProfile.numHotseatIcons; in initGrid()
867 private final int numHotseatIcons; field in InvariantDeviceProfile.GridOption
915 numHotseatIcons = a.getInt( in GridOption()
918 R.styleable.GridDisplayOption_numExtendedHotseatIcons, 2 * numHotseatIcons); in GridOption()