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