Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/accessibility/
DWindowMagnificationControllerTest.java350 List<Rect> rects = mWindowManager.getAttachedView().getSystemGestureExclusionRects(); in enableWindowMagnification_systemGestureExclusionRectsIsSet()
515 final View mirrorView = mWindowManager.getAttachedView(); in setScale_enabled_expectedValueAndUpdateStateDescription()
709 final View mirrorView = mWindowManager.getAttachedView(); in initializeA11yNode_enabled_expectedValues()
734 final View mirrorView = mWindowManager.getAttachedView(); in performA11yActions_visible_expectedResults()
768 final View mirrorView = mWindowManager.getAttachedView(); in performA11yActions_visible_notifyAccessibilityActionPerformed()
794 final View mirrorView = mWindowManager.getAttachedView(); in windowMagnifierEditMode_performA11yClickAction_exitEditMode()
821 final View mirrorView = mWindowManager.getAttachedView(); in windowWidthIsNotMax_performA11yActionIncreaseWidth_windowWidthIncreased()
861 final View mirrorView = mWindowManager.getAttachedView(); in windowHeightIsNotMax_performA11yActionIncreaseHeight_windowHeightIncreased()
897 final View mirrorView = mWindowManager.getAttachedView(); in windowWidthIsMax_noIncreaseWindowWidthA11yAction()
917 final View mirrorView = mWindowManager.getAttachedView(); in windowHeightIsMax_noIncreaseWindowHeightA11yAction()
[all …]
DTestableWindowManager.java99 public View getAttachedView() { in getAttachedView() method in TestableWindowManager
DWindowMagnificationAnimationControllerTest.java328 View mirrorView = mWindowManager.getAttachedView(); in enableWindowMagnificationScaleOne_enabledAndWindowlessFlagOff_AnimationAndCallbackTrue()
619 final View attachedView = mWindowManager.getAttachedView(); in enableWindowMagnificationWithOffset_windowlessFlagOff_expectedValues()
DMagnificationModeSwitchTest.java165 assertEquals(mSpyImageView, mWindowManager.getAttachedView()); in showFullscreenModeButton_addViewAndSetImageResource()