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/insets/
DWindowInsetsAnimationCallbackTests.java113 assertSame(RUNNING, mRootCallback.mOnProgress); in dispatchWindowInsetsAnimationProgress()
114 assertSame(RUNNING, mBlockingCallback.mOnProgress); in dispatchWindowInsetsAnimationProgress()
115 assertSame(RUNNING, mSiblingCallback.mOnProgress); in dispatchWindowInsetsAnimationProgress()
116 assertNull(mChildCallback.mOnProgress); in dispatchWindowInsetsAnimationProgress()
149 List<WindowInsetsAnimation> mOnProgress; field in WindowInsetsAnimationCallbackTests.RecordingCallback
172 mOnProgress = runningAnimations; in onProgress()