Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/accessibility/
H A DMirrorWindowControlTest.java78 mStubMirrorWindowControl.showControl(); in showControl_createViewAndAddView()
90 mStubMirrorWindowControl.showControl(); in destroyControl_removeView()
103 mStubMirrorWindowControl.showControl(); in move_offsetIsCorrect()
H A DWindowMagnificationControllerTest.java154 verify(mMirrorWindowControl).showControl(); in enableWindowMagnification_showControlAndNotifyBoundsChanged()
383 verify(mMirrorWindowControl).showControl();
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/
H A DMirrorWindowControl.java89 public final void showControl() { in showControl() method in MirrorWindowControl
H A DWindowMagnificationController.java497 mMirrorWindowControl.showControl(); in showControls()