Home
last modified time | relevance | path

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

/aosp12/frameworks/native/services/surfaceflinger/layerproto/include/layerproto/
H A DLayerProtoParser.h112 bool isTrustedOverlay; variable
/aosp12/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DTaskSnapshotSurfaceTest.java122 private boolean isTrustedOverlay(WindowManager.LayoutParams params) { in isTrustedOverlay() method in TaskSnapshotSurfaceTest
H A DStubTransaction.java276 boolean isTrustedOverlay) { in setTrustedOverlay()
/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DInputMonitor.java697 static boolean isTrustedOverlay(int type) { in isTrustedOverlay() method in InputMonitor
/aosp12/frameworks/native/libs/gui/include/gui/
H A DLayerState.h229 bool isTrustedOverlay; member
/aosp12/frameworks/native/services/surfaceflinger/
H A DSurfaceInterceptor.cpp399 bool isTrustedOverlay) { in addTrustedOverlayLocked()
H A DLayer.cpp852 bool Layer::setTrustedOverlay(bool isTrustedOverlay) { in setTrustedOverlay()
861 bool Layer::isTrustedOverlay() const { in isTrustedOverlay() function in android::Layer
H A DLayer.h280 bool isTrustedOverlay; member
/aosp12/frameworks/base/core/java/android/view/
H A DSurfaceControl.java154 boolean isTrustedOverlay); in nativeSetTrustedOverlay()
3529 public Transaction setTrustedOverlay(SurfaceControl sc, boolean isTrustedOverlay) { in setTrustedOverlay()
/aosp12/frameworks/native/libs/gui/
H A DSurfaceComposerClient.cpp1685 const sp<SurfaceControl>& sc, bool isTrustedOverlay) { in setTrustedOverlay()
/aosp12/frameworks/base/core/jni/
H A Dandroid_view_SurfaceControl.cpp829 jlong nativeObject, jboolean isTrustedOverlay) { in nativeSetTrustedOverlay()