Searched refs:mOnProgress (Results 1 – 1 of 1) sorted by relevance
112 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.RecordingCallback171 mOnProgress = runningAnimations; in onProgress()