Home
last modified time | relevance | path

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

/packages/apps/Launcher3/tests/multivalentTests/src/com/android/launcher3/responsive/
DSizeSpecTest.kt144 fun onlyFixedSize() { in onlyFixedSize() method in com.android.launcher3.responsive.SizeSpecTest
145 assertThat(SizeSpec(fixedSize = 16f).onlyFixedSize()).isEqualTo(true) in onlyFixedSize()
155 assertThat(instance.onlyFixedSize()).isEqualTo(false) in onlyFixedSize()
/packages/apps/Launcher3/src/com/android/launcher3/responsive/
DHotseatSpecsProvider.kt129 hotseatQsbSpace.onlyFixedSize() && in allSpecsAreValid()
131 edgePadding.onlyFixedSize() in allSpecsAreValid()
DSizeSpec.kt115 fun onlyFixedSize(): Boolean { in onlyFixedSize() method in com.android.launcher3.responsive.SizeSpec