Home
last modified time | relevance | path

Searched refs:getAttachedView (Results 1 – 4 of 4) 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()
619 final View mirrorView = mWindowManager.getAttachedView(); in initializeA11yNode_enabled_expectedValues()
644 final View mirrorView = mWindowManager.getAttachedView(); in performA11yActions_visible_expectedResults()
678 final View mirrorView = mWindowManager.getAttachedView(); in performA11yActions_visible_notifyAccessibilityActionPerformed()
704 final View mirrorView = mWindowManager.getAttachedView(); in windowMagnifierEditMode_performA11yClickAction_exitEditMode()
731 final View mirrorView = mWindowManager.getAttachedView(); in windowWidthIsNotMax_performA11yActionIncreaseWidth_windowWidthIncreased()
771 final View mirrorView = mWindowManager.getAttachedView(); in windowHeightIsNotMax_performA11yActionIncreaseHeight_windowHeightIncreased()
807 final View mirrorView = mWindowManager.getAttachedView(); in windowWidthIsMax_noIncreaseWindowWidthA11yAction()
827 final View mirrorView = mWindowManager.getAttachedView(); in windowHeightIsMax_noIncreaseWindowHeightA11yAction()
850 final View mirrorView = mWindowManager.getAttachedView(); in windowWidthIsNotMin_performA11yActionDecreaseWidth_windowWidthDecreased()
[all …]
H A DTestableWindowManager.java92 public View getAttachedView() { in getAttachedView() method in TestableWindowManager
H A DMagnificationModeSwitchTest.java162 assertEquals(mSpyImageView, mWindowManager.getAttachedView()); in showFullscreenModeButton_addViewAndSetImageResource()
H A DWindowMagnificationAnimationControllerTest.java507 final View attachedView = mWindowManager.getAttachedView(); in enableWindowMagnificationWithOffset_expectedValues()