Home
last modified time | relevance | path

Searched refs:TRUSTED_OVERLAY (Results 1 – 12 of 12) sorted by relevance

/frameworks/native/libs/input/android/os/
DInputConfig.aidl93 TRUSTED_OVERLAY = 1 << 8, enumConstant
/frameworks/native/services/surfaceflinger/tests/unittests/
DLayerSnapshotTest.cpp1172 gui::WindowInfo::InputConfig::TRUSTED_OVERLAY)); in TEST_F()
1369 gui::WindowInfo::InputConfig::TRUSTED_OVERLAY)); in TEST_F()
1371 gui::WindowInfo::InputConfig::TRUSTED_OVERLAY)); in TEST_F()
1373 gui::WindowInfo::InputConfig::TRUSTED_OVERLAY)); in TEST_F()
1379 gui::WindowInfo::InputConfig::TRUSTED_OVERLAY)); in TEST_F()
1381 gui::WindowInfo::InputConfig::TRUSTED_OVERLAY)); in TEST_F()
1383 gui::WindowInfo::InputConfig::TRUSTED_OVERLAY)); in TEST_F()
1390 gui::WindowInfo::InputConfig::TRUSTED_OVERLAY)); in TEST_F()
1392 gui::WindowInfo::InputConfig::TRUSTED_OVERLAY)); in TEST_F()
1394 gui::WindowInfo::InputConfig::TRUSTED_OVERLAY)); in TEST_F()
[all …]
/frameworks/base/services/core/java/com/android/server/wm/
DInputWindowHandleWrapper.java80 return (mHandle.inputConfig & InputConfig.TRUSTED_OVERLAY) != 0; in isTrustedOverlay()
193 mHandle.setInputConfig(InputConfig.TRUSTED_OVERLAY, trustedOverlay); in setTrustedOverlay()
DAccessibilityWindowsPopulator.java806 return (mInputConfig & InputConfig.TRUSTED_OVERLAY) != 0; in isTrustedOverlay()
/frameworks/native/libs/gui/include/gui/
DWindowInfo.h161 TRUSTED_OVERLAY = enumerator
162 static_cast<uint32_t>(os::InputConfig::TRUSTED_OVERLAY),
/frameworks/native/services/surfaceflinger/tests/
DCredentials_test.cpp376 return !foundWindowInfo->inputConfig.test(WindowInfo::InputConfig::TRUSTED_OVERLAY); in TEST_F()
392 return foundWindowInfo->inputConfig.test(WindowInfo::InputConfig::TRUSTED_OVERLAY); in TEST_F()
/frameworks/base/core/java/android/window/
DWindowInfosListenerForTest.java129 this.isTrustedOverlay = (inputConfig & InputConfig.TRUSTED_OVERLAY) != 0; in WindowInfo()
/frameworks/base/core/java/android/view/
DInputWindowHandle.java289 inputConfig |= InputConfig.TRUSTED_OVERLAY; in setTrustedOverlay()
/frameworks/native/services/inputflinger/tests/
DFakeWindows.h226 mInfo.setInputConfig(InputConfig::TRUSTED_OVERLAY, trustedOverlay); in setTrustedOverlay()
/frameworks/native/services/surfaceflinger/FrontEnd/
DLayerSnapshotBuilder.cpp1132 snapshot.inputInfo.inputConfig |= InputConfig::TRUSTED_OVERLAY; in updateInput()
/frameworks/native/services/inputflinger/dispatcher/
DInputDispatcher.cpp769 WindowInfo::InputConfig::TRUSTED_OVERLAY)) { in filterUntrustedTargets()
3113 } else if (otherInfo->inputConfig.test(gui::WindowInfo::InputConfig::TRUSTED_OVERLAY)) { in canBeObscuredBy()
5371 WindowInfo::InputConfig::TRUSTED_OVERLAY), in setInputWindowsLocked()
5378 WindowInfo::InputConfig::TRUSTED_OVERLAY), in setInputWindowsLocked()
/frameworks/native/services/surfaceflinger/
DLayer.cpp2524 info.inputConfig |= WindowInfo::InputConfig::TRUSTED_OVERLAY; in fillInputInfo()