Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/src/android/server/wm/
DWindowInsetsAnimationCallbackTests.java64 private RecordingCallback mChildCallback; field in WindowInsetsAnimationCallbackTests
79 mChildCallback = new RecordingCallback(DISPATCH_MODE_CONTINUE_ON_SUBTREE); in setUp()
84 mChild.setWindowInsetsAnimationCallback(mChildCallback); in setUp()
93 assertNull(mChildCallback.mOnPrepare); in dispatchWindowInsetsAnimationPrepare()
102 assertNull(mChildCallback.mOnStart); in dispatchWindowInsetsAnimationStart()
115 assertNull(mChildCallback.mOnProgress); in dispatchWindowInsetsAnimationProgress()
128 assertNull(mChildCallback.mOnEnd); in dispatchWindowInsetsAnimationEnd()