Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/am/
DConfigurationContainerTests.java150 final Configuration childOverrideConfig2 = new Configuration(); in testConfigurationChangePropagation() local
151 childOverrideConfig2.screenWidthDp = 150; in testConfigurationChangePropagation()
152 childOverrideConfig2.orientation = SCREEN_ORIENTATION_PORTRAIT; in testConfigurationChangePropagation()
153 child2.onOverrideConfigurationChanged(childOverrideConfig2); in testConfigurationChangePropagation()
164 mergedOverrideConfig2.updateFrom(childOverrideConfig2); in testConfigurationChangePropagation()
175 assertEquals(childOverrideConfig2, child2.getOverrideConfiguration()); in testConfigurationChangePropagation()
201 assertEquals(childOverrideConfig2, child2.getOverrideConfiguration()); in testConfigurationChangePropagation()
/frameworks/base/services/tests/servicestests/src/com/android/server/wm/
DWindowContainerTests.java668 final Configuration childOverrideConfig2 = new Configuration(); in testConfigurationChangePropagation() local
669 childOverrideConfig2.screenWidthDp = 150; in testConfigurationChangePropagation()
670 childOverrideConfig2.orientation = SCREEN_ORIENTATION_PORTRAIT; in testConfigurationChangePropagation()
671 child2.onOverrideConfigurationChanged(childOverrideConfig2); in testConfigurationChangePropagation()
682 mergedOverrideConfig2.updateFrom(childOverrideConfig2); in testConfigurationChangePropagation()
693 assertEquals(childOverrideConfig2, child2.getOverrideConfiguration()); in testConfigurationChangePropagation()
719 assertEquals(childOverrideConfig2, child2.getOverrideConfiguration()); in testConfigurationChangePropagation()