Home
last modified time | relevance | path

Searched defs:mirrorView (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/accessibility/
H A DWindowMagnificationControllerTest.java472 final View mirrorView = mWindowManager.getAttachedView(); in setScale_enabled_expectedValueAndUpdateStateDescription() local
619 final View mirrorView = mWindowManager.getAttachedView(); in initializeA11yNode_enabled_expectedValues() local
644 final View mirrorView = mWindowManager.getAttachedView(); in performA11yActions_visible_expectedResults() local
678 final View mirrorView = mWindowManager.getAttachedView(); in performA11yActions_visible_notifyAccessibilityActionPerformed() local
704 final View mirrorView = mWindowManager.getAttachedView(); in windowMagnifierEditMode_performA11yClickAction_exitEditMode() local
731 final View mirrorView = mWindowManager.getAttachedView(); in windowWidthIsNotMax_performA11yActionIncreaseWidth_windowWidthIncreased() local
771 final View mirrorView = mWindowManager.getAttachedView(); in windowHeightIsNotMax_performA11yActionIncreaseHeight_windowHeightIncreased() local
807 final View mirrorView = mWindowManager.getAttachedView(); in windowWidthIsMax_noIncreaseWindowWidthA11yAction() local
827 final View mirrorView = mWindowManager.getAttachedView(); in windowHeightIsMax_noIncreaseWindowHeightA11yAction() local
850 final View mirrorView = mWindowManager.getAttachedView(); in windowWidthIsNotMin_performA11yActionDecreaseWidth_windowWidthDecreased() local
[all …]
H A DWindowMagnificationAnimationControllerTest.java510 final View mirrorView = attachedView.findViewById(R.id.surface_view); in enableWindowMagnificationWithOffset_expectedValues() local