Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/src/android/server/wm/
DWindowInsetsAnimationCallbackTests.java112 assertSame(RUNNING, mRootCallback.mOnProgress); in dispatchWindowInsetsAnimationProgress()
113 assertSame(RUNNING, mBlockingCallback.mOnProgress); in dispatchWindowInsetsAnimationProgress()
114 assertSame(RUNNING, mSiblingCallback.mOnProgress); in dispatchWindowInsetsAnimationProgress()
115 assertNull(mChildCallback.mOnProgress); in dispatchWindowInsetsAnimationProgress()
148 List<WindowInsetsAnimation> mOnProgress; field in WindowInsetsAnimationCallbackTests.RecordingCallback
171 mOnProgress = runningAnimations; in onProgress()