Home
last modified time | relevance | path

Searched defs:isTrustedOverlay (Results 1 – 9 of 9) sorted by relevance

/aosp14/frameworks/base/core/java/android/window/
H A DWindowInfosListenerForTest.java76 public final boolean isTrustedOverlay; field in WindowInfosListenerForTest.WindowInfo
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DInputWindowHandleWrapper.java80 boolean isTrustedOverlay() { in isTrustedOverlay() method in InputWindowHandleWrapper
H A DInputMonitor.java740 static boolean isTrustedOverlay(int type) { in isTrustedOverlay() method in InputMonitor
H A DAccessibilityWindowsPopulator.java795 public boolean isTrustedOverlay() { in isTrustedOverlay() method in AccessibilityWindowsPopulator.AccessibilityWindow
H A DWindowState.java5979 boolean isTrustedOverlay() { in isTrustedOverlay() method in WindowState
/aosp14/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/util/
H A DStubTransaction.java304 boolean isTrustedOverlay) { in setTrustedOverlay()
/aosp14/frameworks/base/services/tests/servicestests/utils/com/android/server/testutils/
H A DStubTransaction.java304 boolean isTrustedOverlay) { in setTrustedOverlay()
/aosp14/frameworks/base/core/java/android/view/
H A DSurfaceControl.java174 boolean isTrustedOverlay); in nativeSetTrustedOverlay()
3969 public Transaction setTrustedOverlay(SurfaceControl sc, boolean isTrustedOverlay) { in setTrustedOverlay()
/aosp14/frameworks/base/core/jni/
H A Dandroid_view_SurfaceControl.cpp935 jlong nativeObject, jboolean isTrustedOverlay) { in nativeSetTrustedOverlay()