Home
last modified time | relevance | path

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

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