Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DCanvasState.cpp266 if (mSnapshot->isIgnored() || bottom <= top || right <= left) { in calculateQuickRejectForScissor()
294 if (mSnapshot->isIgnored() || bottom <= top || right <= left) { in quickRejectConservative()
DSnapshot.cpp276 bool Snapshot::isIgnored() const { in isIgnored() function in android::uirenderer::Snapshot
282 this, flags, previous, getViewportHeight(), isIgnored(), !mClipArea->isSimple()); in dump()
DCanvasState.h160 inline bool currentlyIgnored() const { return currentSnapshot()->isIgnored(); } in currentlyIgnored()
DSnapshot.h216 bool isIgnored() const;
/frameworks/native/services/inputflinger/
DInputReader.cpp397 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 …]
DInputReader.h603 inline bool isIgnored() { return mMappers.isEmpty(); } in isIgnored() function
/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp1264 ASSERT_TRUE(mDevice->isIgnored()); in TEST_F()
1334 ASSERT_FALSE(mDevice->isIgnored()); in TEST_F()