Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/layerproto/include/layerproto/
DLayerProtoParser.h112 bool isTrustedOverlay; variable
/frameworks/base/services/core/java/com/android/server/wm/
DInputWindowHandleWrapper.java80 boolean isTrustedOverlay() { in isTrustedOverlay() method in InputWindowHandleWrapper
DInputMonitor.java718 static boolean isTrustedOverlay(int type) { in isTrustedOverlay() method in InputMonitor
DAccessibilityWindowsPopulator.java766 public boolean isTrustedOverlay() { in isTrustedOverlay() method in AccessibilityWindowsPopulator.AccessibilityWindow
DWindowState.java6270 boolean isTrustedOverlay() { in isTrustedOverlay() method in WindowState
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DStubTransaction.java299 boolean isTrustedOverlay) { in setTrustedOverlay()
/frameworks/native/libs/gui/include/gui/
DLayerState.h292 bool isTrustedOverlay; member
/frameworks/native/services/surfaceflinger/
DSurfaceInterceptor.cpp398 bool isTrustedOverlay) { in addTrustedOverlayLocked()
DLayer.cpp878 bool Layer::setTrustedOverlay(bool isTrustedOverlay) { in setTrustedOverlay()
887 bool Layer::isTrustedOverlay() const { in isTrustedOverlay() function in android::Layer
DLayer.h275 bool isTrustedOverlay; member
/frameworks/base/core/java/android/view/
DSurfaceControl.java166 boolean isTrustedOverlay); in nativeSetTrustedOverlay()
3924 public Transaction setTrustedOverlay(SurfaceControl sc, boolean isTrustedOverlay) { in setTrustedOverlay()
/frameworks/native/libs/gui/
DSurfaceComposerClient.cpp1879 const sp<SurfaceControl>& sc, bool isTrustedOverlay) { in setTrustedOverlay()
/frameworks/base/core/jni/
Dandroid_view_SurfaceControl.cpp1002 jlong nativeObject, jboolean isTrustedOverlay) { in nativeSetTrustedOverlay()