Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DStatefulBaseRenderer.cpp236 if (mSnapshot->isIgnored() || bottom <= top || right <= left) { in calculateQuickRejectForScissor()
275 if (mSnapshot->isIgnored() || bottom <= top || right <= left) { in quickRejectConservative()
DSnapshot.cpp269 bool Snapshot::isIgnored() const { in isIgnored() function in android::uirenderer::Snapshot
275 …this, flags, previous.get(), getViewportHeight(), isIgnored(), clipRegion && !clipRegion->isEmpty(… in dump()
DOpenGLRenderer.cpp353 if (currentSnapshot()->isIgnored()) return DrawGlInfo::kStatusDone; in callDrawGLFunction()
608 if (!currentSnapshot()->isIgnored()) { in saveLayer()
665 if (!currentSnapshot()->isIgnored() && (flags & SkCanvas::kClipToLayer_SaveFlag)) { in saveLayerDeferred()
675 if (!currentSnapshot()->isIgnored()) { in saveLayerDeferred()
751 if (currentSnapshot()->isIgnored()) { in createLayer()
1279 if (!currentSnapshot()->isIgnored()) { in clearLayerRegions()
2032 if (!vertices || currentSnapshot()->isIgnored()) {
2421 if (currentSnapshot()->isIgnored() || count < 4) return DrawGlInfo::kStatusDone;
2438 if (currentSnapshot()->isIgnored() || count < 2) return DrawGlInfo::kStatusDone;
2456 if (currentSnapshot()->isIgnored()) return DrawGlInfo::kStatusDone;
[all …]
DSnapshot.h180 bool isIgnored() const;
/frameworks/native/services/inputflinger/
DInputReader.cpp374 if (device->isIgnored()) { in addDeviceLocked()
398 if (device->isIgnored()) { in removeDeviceLocked()
479 if (device->isIgnored()) { in processEventsForDeviceLocked()
490 if (!device->isIgnored()) { in timeoutExpiredLocked()
584 if (!device->isIgnored()) { in getInputDevicesLocked()
618 if (! device->isIgnored() && sourcesMatchMask(device->getSources(), sourceMask)) { in getStateLocked()
626 if (! device->isIgnored() && sourcesMatchMask(device->getSources(), sourceMask)) { in getStateLocked()
656 if (! device->isIgnored() && sourcesMatchMask(device->getSources(), sourceMask)) { in markSupportedKeyCodesLocked()
665 if (! device->isIgnored() && sourcesMatchMask(device->getSources(), sourceMask)) { in markSupportedKeyCodesLocked()
917 if (!isIgnored()) { in configure()
DInputReader.h558 inline bool isIgnored() { return mMappers.isEmpty(); } in isIgnored() function
/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp1256 ASSERT_TRUE(mDevice->isIgnored()); in TEST_F()
1326 ASSERT_FALSE(mDevice->isIgnored()); in TEST_F()