Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/src/android/server/wm/insets/
DWindowInsetsAnimationControllerTests.java751 RuntimeException mCancelledStack = null; field in WindowInsetsAnimationControllerTests.ControlListener
802 mCancelledStack = new RuntimeException("onCancelled called here"); in onCancelled()
816 if (event == READY && mCancelledStack != null) { in awaitAndAssert()
819 mCancelledStack); in awaitAndAssert()
825 unexpectedStack = mCancelledStack; in awaitAndAssert()