Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/accessibility/
H A DWindowMagnificationControllerTest.java287 (eq(mContext.getDisplayId())), sourceBoundsCaptor.capture()); in moveWindowMagnifier_enabled_notifySourceBoundsChanged()
289 sourceBoundsCaptor.getValue().exactCenterX(), 0); in moveWindowMagnifier_enabled_notifySourceBoundsChanged()
291 sourceBoundsCaptor.getValue().exactCenterY(), 0); in moveWindowMagnifier_enabled_notifySourceBoundsChanged()
400 final float targetCenterX = sourceBoundsCaptor.getValue().exactCenterX() + 10; in moveWindowMagnifierToPositionWithAnimation_expectedValuesAndInvokeCallback()
401 final float targetCenterY = sourceBoundsCaptor.getValue().exactCenterY() + 10; in moveWindowMagnifierToPositionWithAnimation_expectedValuesAndInvokeCallback()
414 sourceBoundsCaptor.getValue().exactCenterX(), 0); in moveWindowMagnifierToPositionWithAnimation_expectedValuesAndInvokeCallback()
416 sourceBoundsCaptor.getValue().exactCenterY(), 0); in moveWindowMagnifierToPositionWithAnimation_expectedValuesAndInvokeCallback()
434 final float centerX = sourceBoundsCaptor.getValue().exactCenterX(); in moveWindowMagnifierToPositionMultipleTimes_expectedValuesAndInvokeCallback()
435 final float centerY = sourceBoundsCaptor.getValue().exactCenterY(); in moveWindowMagnifierToPositionMultipleTimes_expectedValuesAndInvokeCallback()
456 sourceBoundsCaptor.getValue().exactCenterX(), 0); in moveWindowMagnifierToPositionMultipleTimes_expectedValuesAndInvokeCallback()
[all …]