Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/src/android/server/wm/
DWindowInsetsAnimationCallbackTests.java104 assertSame(BOUNDS, mRootCallback.mOnStartBoundsIn); in dispatchWindowInsetsAnimationStart()
105 assertSame(mRootCallback.mOnStartBoundsOut, mBlockingCallback.mOnStartBoundsIn); in dispatchWindowInsetsAnimationStart()
106 assertSame(mRootCallback.mOnStartBoundsOut, mSiblingCallback.mOnStartBoundsIn); in dispatchWindowInsetsAnimationStart()
143 Bounds mOnStartBoundsIn; field in WindowInsetsAnimationCallbackTests.RecordingCallback
163 mOnStartBoundsIn = bounds; in onStart()