Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/src/android/server/wm/insets/
DWindowInsetsAnimationCallbackTests.java106 assertSame(mRootCallback.mOnStartBoundsOut, mBlockingCallback.mOnStartBoundsIn); in dispatchWindowInsetsAnimationStart()
107 assertSame(mRootCallback.mOnStartBoundsOut, mSiblingCallback.mOnStartBoundsIn); in dispatchWindowInsetsAnimationStart()
145 Bounds mOnStartBoundsOut; field in WindowInsetsAnimationCallbackTests.RecordingCallback
165 return mOnStartBoundsOut = bounds.inset(Insets.of(1, 2, 3, 4)); in onStart()