Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/accessibility/
DMirrorWindowControlTest.java78 mStubMirrorWindowControl.showControl(); in showControl_createViewAndAddView()
90 mStubMirrorWindowControl.showControl(); in destroyControl_removeView()
103 mStubMirrorWindowControl.showControl(); in move_offsetIsCorrect()
DWindowMagnificationControllerTest.java150 verify(mMirrorWindowControl).showControl(); in enableWindowMagnification_showControlAndNotifyBoundsChanged()
294 verify(mMirrorWindowControl).showControl(); in onDensityChanged_enabled_updateDimensionsAndResetWindowMagnification()
/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/
DMirrorWindowControl.java89 public final void showControl() { in showControl() method in MirrorWindowControl
DWindowMagnificationController.java439 mMirrorWindowControl.showControl(); in showControls()