Searched refs:TRUSTED_OVERLAY (Results 1 – 12 of 12) sorted by relevance
93 TRUSTED_OVERLAY = 1 << 8, enumConstant
1172 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 …]
80 return (mHandle.inputConfig & InputConfig.TRUSTED_OVERLAY) != 0; in isTrustedOverlay()193 mHandle.setInputConfig(InputConfig.TRUSTED_OVERLAY, trustedOverlay); in setTrustedOverlay()
806 return (mInputConfig & InputConfig.TRUSTED_OVERLAY) != 0; in isTrustedOverlay()
161 TRUSTED_OVERLAY = enumerator162 static_cast<uint32_t>(os::InputConfig::TRUSTED_OVERLAY),
376 return !foundWindowInfo->inputConfig.test(WindowInfo::InputConfig::TRUSTED_OVERLAY); in TEST_F()392 return foundWindowInfo->inputConfig.test(WindowInfo::InputConfig::TRUSTED_OVERLAY); in TEST_F()
129 this.isTrustedOverlay = (inputConfig & InputConfig.TRUSTED_OVERLAY) != 0; in WindowInfo()
289 inputConfig |= InputConfig.TRUSTED_OVERLAY; in setTrustedOverlay()
226 mInfo.setInputConfig(InputConfig::TRUSTED_OVERLAY, trustedOverlay); in setTrustedOverlay()
1132 snapshot.inputInfo.inputConfig |= InputConfig::TRUSTED_OVERLAY; in updateInput()
769 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()
2524 info.inputConfig |= WindowInfo::InputConfig::TRUSTED_OVERLAY; in fillInputInfo()