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/insets/
DWindowInsetsAnimationCallbackTests.java65 private RecordingCallback mChildCallback; field in WindowInsetsAnimationCallbackTests
80 mChildCallback = new RecordingCallback(DISPATCH_MODE_CONTINUE_ON_SUBTREE); in setUp()
85 mChild.setWindowInsetsAnimationCallback(mChildCallback); in setUp()
94 assertNull(mChildCallback.mOnPrepare); in dispatchWindowInsetsAnimationPrepare()
103 assertNull(mChildCallback.mOnStart); in dispatchWindowInsetsAnimationStart()
116 assertNull(mChildCallback.mOnProgress); in dispatchWindowInsetsAnimationProgress()
129 assertNull(mChildCallback.mOnEnd); in dispatchWindowInsetsAnimationEnd()