Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DInputWindowHandleWrapper.java179 void setTrustedOverlay(boolean trustedOverlay) { in setTrustedOverlay() method in InputWindowHandleWrapper
/aosp12/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DStubTransaction.java275 public SurfaceControl.Transaction setTrustedOverlay(SurfaceControl sc, in setTrustedOverlay() method in StubTransaction
/aosp12/frameworks/base/core/java/android/view/
H A DWindowManager.java3610 public void setTrustedOverlay() { in setTrustedOverlay() method in WindowManager.LayoutParams
H A DSurfaceControl.java3529 public Transaction setTrustedOverlay(SurfaceControl sc, boolean isTrustedOverlay) { in setTrustedOverlay() method in SurfaceControl.Transaction
/aosp12/frameworks/native/services/surfaceflinger/
H A DLayer.cpp852 bool Layer::setTrustedOverlay(bool isTrustedOverlay) { in setTrustedOverlay() function in android::Layer
/aosp12/frameworks/native/libs/gui/
H A DSurfaceComposerClient.cpp1684 SurfaceComposerClient::Transaction& SurfaceComposerClient::Transaction::setTrustedOverlay( in setTrustedOverlay() function in android::SurfaceComposerClient::Transaction