Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/ambient/touch/
DBouncerSwipeTouchHandlerTest.java119 ArgumentCaptor<Rect> mRectCaptor; field in BouncerSwipeTouchHandlerTest
171 verify(mRegion).union(mRectCaptor.capture()); in testSessionStart()
172 final Rect bounds = mRectCaptor.getValue(); in testSessionStart()
207 verify(mRegion).union(mRectCaptor.capture()); in testSessionStart_doesNotModifyNotificationShadeWindow()
208 final Rect bounds = mRectCaptor.getValue(); in testSessionStart_doesNotModifyNotificationShadeWindow()
226 verify(mRegion).union(mRectCaptor.capture()); in testSwipeUp_whenBouncerInitiallyShowing_reduceHeightWithExclusionRects()
227 final Rect bounds = mRectCaptor.getValue(); in testSwipeUp_whenBouncerInitiallyShowing_reduceHeightWithExclusionRects()
246 verify(mRegion).union(mRectCaptor.capture()); in testSwipeUp_exclusionRectAtTop_doesNotIntersectGestureArea()
247 final Rect bounds = mRectCaptor.getValue(); in testSwipeUp_exclusionRectAtTop_doesNotIntersectGestureArea()
270 verify(mRegion).union(mRectCaptor.capture()); in testSwipeUp_exclusionRectBetweenNormalAndMinimumSwipeArea()
[all …]