Home
last modified time | relevance | path

Searched refs:showSystemAlertWindow (Results 1 – 5 of 5) sorted by relevance

/cts/tests/framework/base/windowmanager/shared/src/android/server/wm/shared/
DIUntrustedTouchTestService.aidl23 void showSystemAlertWindow(String windowName, float opacity, int viewX, int viewY); in showSystemAlertWindow() method
/cts/tests/framework/base/windowmanager/src/android/server/wm/window/
DAlertWindowsAppOpsTestsActivity.java28 public void showSystemAlertWindow() { in showSystemAlertWindow() method in AlertWindowsAppOpsTestsActivity
DAlertWindowsAppOpsTests.java112 getInstrumentation().runOnMainSync(activity::showSystemAlertWindow); in testSystemAlertWindowAppOpsInitiallyAllowed()
146 getInstrumentation().runOnMainSync(activity::showSystemAlertWindow); in testSystemAlertWindowAppOpsInitiallyAllowed()
/cts/tests/framework/base/windowmanager/overlayappbase/src/android/server/wm/overlay/
DUntrustedTouchTestService.java91 public void showSystemAlertWindow(String name, float opacity, int viewX, int viewY) { in showSystemAlertWindow() method in UntrustedTouchTestService.Binder
/cts/tests/framework/base/windowmanager/src/android/server/wm/input/
DWindowUntrustedTouchTest.java1005 getService(packageName).showSystemAlertWindow(name, opacity, viewXY[0], viewXY[1]); in addSawOverlay()