Home
last modified time | relevance | path

Searched defs:removeMagnificationSettingsPanel (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/magnification/
DWindowMagnificationConnectionWrapperTest.java119 public void removeMagnificationSettingsPanel() throws RemoteException { in removeMagnificationSettingsPanel() method in WindowMagnificationConnectionWrapperTest
/frameworks/base/core/java/android/view/accessibility/
DIWindowMagnificationConnection.aidl110 void removeMagnificationSettingsPanel(int displayId); in removeMagnificationSettingsPanel() method
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/accessibility/
DIWindowMagnificationConnectionTest.java183 public void removeMagnificationSettingsPanel() throws RemoteException { in removeMagnificationSettingsPanel() method in IWindowMagnificationConnectionTest
/frameworks/base/services/accessibility/java/com/android/server/accessibility/magnification/
DWindowMagnificationConnectionWrapper.java188 boolean removeMagnificationSettingsPanel(int displayId) { in removeMagnificationSettingsPanel() method in WindowMagnificationConnectionWrapper
DWindowMagnificationManager.java823 public boolean removeMagnificationSettingsPanel(int displayId) { in removeMagnificationSettingsPanel() method in WindowMagnificationManager
/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/
DWindowMagnificationConnectionImpl.java97 public void removeMagnificationSettingsPanel(int display) { in removeMagnificationSettingsPanel() method in WindowMagnificationConnectionImpl