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/
DMagnificationConnectionWrapperTest.java119 public void removeMagnificationSettingsPanel() throws RemoteException { in removeMagnificationSettingsPanel() method in MagnificationConnectionWrapperTest
/frameworks/base/core/java/android/view/accessibility/
DIMagnificationConnection.aidl110 void removeMagnificationSettingsPanel(int displayId); in removeMagnificationSettingsPanel() method
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/accessibility/
DIMagnificationConnectionTest.java283 public void removeMagnificationSettingsPanel() throws RemoteException { in removeMagnificationSettingsPanel() method in IMagnificationConnectionTest
/frameworks/base/services/accessibility/java/com/android/server/accessibility/magnification/
DMagnificationConnectionWrapper.java205 boolean removeMagnificationSettingsPanel(int displayId) { in removeMagnificationSettingsPanel() method in MagnificationConnectionWrapper
DMagnificationConnectionManager.java841 public boolean removeMagnificationSettingsPanel(int displayId) { in removeMagnificationSettingsPanel() method in MagnificationConnectionManager
/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/
DMagnificationConnectionImpl.java103 public void removeMagnificationSettingsPanel(int display) { in removeMagnificationSettingsPanel() method in MagnificationConnectionImpl