Searched refs:isIgnored (Results 1 – 7 of 7) sorted by relevance
214 if (mSnapshot->isIgnored() || bottom <= top || right <= left) { in calculateQuickRejectForScissor()242 if (mSnapshot->isIgnored() || bottom <= top || right <= left) { in quickRejectConservative()
240 bool Snapshot::isIgnored() const { in isIgnored() function in android::uirenderer::Snapshot246 this, flags, previous.get(), getViewportHeight(), isIgnored(), !mClipArea->isSimple()); in dump()
155 inline bool currentlyIgnored() const { return currentSnapshot()->isIgnored(); } in currentlyIgnored()
212 bool isIgnored() const;
389 if (device->isIgnored()) { in addDeviceLocked()417 if (device->isIgnored()) { in removeDeviceLocked()512 if (device->isIgnored()) { in processEventsForDeviceLocked()523 if (!device->isIgnored()) { in timeoutExpiredLocked()577 if (device->getClasses() & INPUT_DEVICE_CLASS_EXTERNAL_STYLUS && !device->isIgnored()) { in getExternalStylusDevicesLocked()638 if (!device->isIgnored()) { in getInputDevicesLocked()672 if (! device->isIgnored() && sourcesMatchMask(device->getSources(), sourceMask)) { in getStateLocked()680 if (! device->isIgnored() && sourcesMatchMask(device->getSources(), sourceMask)) { in getStateLocked()710 if (! device->isIgnored() && sourcesMatchMask(device->getSources(), sourceMask)) { in markSupportedKeyCodesLocked()719 if (! device->isIgnored() && sourcesMatchMask(device->getSources(), sourceMask)) { in markSupportedKeyCodesLocked()[all …]
598 inline bool isIgnored() { return mMappers.isEmpty(); } in isIgnored() function
1260 ASSERT_TRUE(mDevice->isIgnored()); in TEST_F()1330 ASSERT_FALSE(mDevice->isIgnored()); in TEST_F()