Home
last modified time | relevance | path

Searched refs:isIgnored (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/libs/hwui/
DCanvasState.cpp214 if (mSnapshot->isIgnored() || bottom <= top || right <= left) { in calculateQuickRejectForScissor()
242 if (mSnapshot->isIgnored() || bottom <= top || right <= left) { in quickRejectConservative()
DSnapshot.cpp240 bool Snapshot::isIgnored() const { in isIgnored() function in android::uirenderer::Snapshot
246 this, flags, previous.get(), getViewportHeight(), isIgnored(), !mClipArea->isSimple()); in dump()
DCanvasState.h155 inline bool currentlyIgnored() const { return currentSnapshot()->isIgnored(); } in currentlyIgnored()
DSnapshot.h212 bool isIgnored() const;
/frameworks/native/services/inputflinger/
DInputReader.cpp389 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 …]
DInputReader.h598 inline bool isIgnored() { return mMappers.isEmpty(); } in isIgnored() function
/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp1260 ASSERT_TRUE(mDevice->isIgnored()); in TEST_F()
1330 ASSERT_FALSE(mDevice->isIgnored()); in TEST_F()