Searched refs:isIgnored (Results 1 – 7 of 7) sorted by relevance
266 if (mSnapshot->isIgnored() || bottom <= top || right <= left) { in calculateQuickRejectForScissor()294 if (mSnapshot->isIgnored() || bottom <= top || right <= left) { in quickRejectConservative()
276 bool Snapshot::isIgnored() const { in isIgnored() function in android::uirenderer::Snapshot282 this, flags, previous, getViewportHeight(), isIgnored(), !mClipArea->isSimple()); in dump()
160 inline bool currentlyIgnored() const { return currentSnapshot()->isIgnored(); } in currentlyIgnored()
216 bool isIgnored() const;
397 if (device->isIgnored()) { in addDeviceLocked()425 if (device->isIgnored()) { in removeDeviceLocked()525 if (device->isIgnored()) { in processEventsForDeviceLocked()536 if (!device->isIgnored()) { in timeoutExpiredLocked()590 if (device->getClasses() & INPUT_DEVICE_CLASS_EXTERNAL_STYLUS && !device->isIgnored()) { in getExternalStylusDevicesLocked()651 if (!device->isIgnored()) { in getInputDevicesLocked()685 if (! device->isIgnored() && sourcesMatchMask(device->getSources(), sourceMask)) { in getStateLocked()693 if (! device->isIgnored() && sourcesMatchMask(device->getSources(), sourceMask)) { in getStateLocked()716 if (device->isIgnored()) { in toggleCapsLockState()738 if (! device->isIgnored() && sourcesMatchMask(device->getSources(), sourceMask)) { in markSupportedKeyCodesLocked()[all …]
603 inline bool isIgnored() { return mMappers.isEmpty(); } in isIgnored() function
1264 ASSERT_TRUE(mDevice->isIgnored()); in TEST_F()1334 ASSERT_FALSE(mDevice->isIgnored()); in TEST_F()