Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/src/android/server/wm/activity/
DConfigurationCallbacksTest.java248 mDisplayListenerTracker.waitAndAssertBoundsChange(curTime); in waitAndAssertBoundsChangeInCallbacks()
249 mActivityOnConfigurationChangedTracker.waitAndAssertBoundsChange(curTime); in waitAndAssertBoundsChangeInCallbacks()
250 mApplicationOnConfigurationChangedTracker.waitAndAssertBoundsChange(curTime); in waitAndAssertBoundsChangeInCallbacks()
406 void waitAndAssertBoundsChange(long startTime) { in waitAndAssertBoundsChange() method in ConfigurationCallbacksTest.WindowConfigTracker