Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/src/android/server/wm/activity/
DConfigurationCallbacksTest.java330 private final Rect mLastApplicationBounds = new Rect(); field in ConfigurationCallbacksTest.WindowConfigTracker
361 mLastApplicationBounds.setEmpty(); in init()
376 mLastApplicationBounds.set(getApplicationBounds()); in onWindowConfigChanged()
417 + "\nlastApplicationBounds=" + mLastApplicationBounds in waitAndAssertBoundsChange()
421 || mInitApplicationBounds.equals(mLastApplicationBounds)); in waitAndAssertBoundsChange()
444 + "\nlastApplicationBounds=" + mLastApplicationBounds in waitAndAssertDimensionsOffset()
454 && mInitApplicationBounds.equals(mLastApplicationBounds)); in waitAndAssertDimensionsOffset()