Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/window/
DWindowInfosListenerForTest.java76 public final boolean isTrustedOverlay; field in WindowInfosListenerForTest.WindowInfo
/frameworks/native/services/surfaceflinger/layerproto/include/layerproto/
DLayerProtoParser.h114 bool isTrustedOverlay; variable
/frameworks/base/services/core/java/com/android/server/wm/
DInputWindowHandleWrapper.java80 boolean isTrustedOverlay() { in isTrustedOverlay() method in InputWindowHandleWrapper
DInputMonitor.java740 static boolean isTrustedOverlay(int type) { in isTrustedOverlay() method in InputMonitor
DAccessibilityWindowsPopulator.java795 public boolean isTrustedOverlay() { in isTrustedOverlay() method in AccessibilityWindowsPopulator.AccessibilityWindow
DWindowState.java5979 boolean isTrustedOverlay() { in isTrustedOverlay() method in WindowState
/frameworks/native/services/surfaceflinger/FrontEnd/
DLayerSnapshot.h90 bool isTrustedOverlay; member
/frameworks/base/services/tests/servicestests/utils/com/android/server/testutils/
DStubTransaction.java304 boolean isTrustedOverlay) { in setTrustedOverlay()
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/util/
DStubTransaction.java304 boolean isTrustedOverlay) { in setTrustedOverlay()
/frameworks/native/libs/gui/include/gui/
DLayerState.h376 bool isTrustedOverlay; member
/frameworks/native/services/surfaceflinger/
DLayer.h226 bool isTrustedOverlay; member
DLayer.cpp970 bool Layer::setTrustedOverlay(bool isTrustedOverlay) { in setTrustedOverlay()
979 bool Layer::isTrustedOverlay() const { in isTrustedOverlay() function in android::Layer
/frameworks/base/core/java/android/view/
DSurfaceControl.java174 boolean isTrustedOverlay); in nativeSetTrustedOverlay()
3969 public Transaction setTrustedOverlay(SurfaceControl sc, boolean isTrustedOverlay) { in setTrustedOverlay()
/frameworks/native/libs/gui/
DSurfaceComposerClient.cpp2125 const sp<SurfaceControl>& sc, bool isTrustedOverlay) { in setTrustedOverlay()
/frameworks/base/core/jni/
Dandroid_view_SurfaceControl.cpp935 jlong nativeObject, jboolean isTrustedOverlay) { in nativeSetTrustedOverlay()