Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/window/
DWindowInfosListenerForTest.java78 public final boolean isTrustedOverlay; field in WindowInfosListenerForTest.WindowInfo
/frameworks/native/services/surfaceflinger/layerproto/include/layerproto/
DLayerProtoParser.h114 bool isTrustedOverlay; variable
/frameworks/native/services/inputflinger/tests/fuzzers/
DInputDispatcherFuzzer.cpp80 const bool isTrustedOverlay = fdp.ConsumeBool(); in scrambleWindow() local
/frameworks/base/services/core/java/com/android/server/wm/
DInputWindowHandleWrapper.java79 boolean isTrustedOverlay() { in isTrustedOverlay() method in InputWindowHandleWrapper
DInputMonitor.java750 static boolean isTrustedOverlay(int type) { in isTrustedOverlay() method in InputMonitor
DAccessibilityWindowsPopulator.java805 public boolean isTrustedOverlay() { in isTrustedOverlay() method in AccessibilityWindowsPopulator.AccessibilityWindow
DWindowState.java6040 boolean isTrustedOverlay() { in isTrustedOverlay() method in WindowState
DWindowManagerService.java9176 int callingPid, boolean isTrustedOverlay) { in sanitizeInputFeatures()
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/util/
DStubTransaction.java304 boolean isTrustedOverlay) { in setTrustedOverlay()
/frameworks/base/services/tests/servicestests/utils/com/android/server/testutils/
DStubTransaction.java314 boolean isTrustedOverlay) { in setTrustedOverlay()
/frameworks/native/services/surfaceflinger/
DLayer.h227 bool isTrustedOverlay; member
DLayer.cpp973 bool Layer::setTrustedOverlay(bool isTrustedOverlay) { in setTrustedOverlay()
982 bool Layer::isTrustedOverlay() const { in isTrustedOverlay() function in android::Layer
/frameworks/base/core/java/android/view/
DSurfaceControl.java169 int isTrustedOverlay); in nativeSetTrustedOverlay()
4311 public Transaction setTrustedOverlay(SurfaceControl sc, boolean isTrustedOverlay) { in setTrustedOverlay()
/frameworks/native/libs/gui/
DSurfaceComposerClient.cpp2182 const sp<SurfaceControl>& sc, bool isTrustedOverlay) { in setTrustedOverlay()