Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/tests/multivalentTests/src/com/android/quickstep/
DFullscreenDrawParamsTest.kt21 import com.android.launcher3.FakeInvariantDeviceProfileTest
36 class FullscreenDrawParamsTest : FakeInvariantDeviceProfileTest() {
DHotseatWidthCalculationTest.kt21 import com.android.launcher3.FakeInvariantDeviceProfileTest
29 class HotseatWidthCalculationTest : FakeInvariantDeviceProfileTest() {
/packages/apps/Launcher3/tests/src/com/android/launcher3/nonquickstep/
DHotseatWidthCalculationTest.kt21 import com.android.launcher3.FakeInvariantDeviceProfileTest
29 class HotseatWidthCalculationTest : FakeInvariantDeviceProfileTest() {
/packages/apps/Launcher3/tests/multivalentTests/src/com/android/launcher3/
DFakeInvariantDeviceProfileTest.kt47 abstract class FakeInvariantDeviceProfileTest { class