Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/util/src/android/server/wm/
DWindowInsetsAnimationTestBase.java321 public WindowInsets mLastPendingWindowInsets; field in WindowInsetsAnimationTestBase.TestActivity
339 mLastPendingWindowInsets = insets; in onApplyWindowInsets()
343 mLastPendingWindowInsets = null; in onApplyWindowInsets()
383 if (mLastPendingWindowInsets != null) { in resetAnimationDone()
384 mLastWindowInsets = new WindowInsets(mLastPendingWindowInsets); in resetAnimationDone()
385 mLastPendingWindowInsets = null; in resetAnimationDone()