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

/frameworks/base/libs/hwui/
H A DCanvasState.cpp266 if (mSnapshot->isIgnored() || bottom <= top || right <= left) {
294 if (mSnapshot->isIgnored() || bottom <= top || right <= left) {
H A DSnapshot.cpp276 bool Snapshot::isIgnored() const { function in class:android::uirenderer::Snapshot
282 this, flags, previous, getViewportHeight(), isIgnored(), !mClipArea->isSimple());
H A DCanvasState.h160 inline bool currentlyIgnored() const { return currentSnapshot()->isIgnored(); }
H A DSnapshot.h216 bool isIgnored() const;
/frameworks/native/services/inputflinger/
H A DInputReader.cpp389 if (device->isIgnored()) {
417 if (device->isIgnored()) {
517 if (device->isIgnored()) {
528 if (!device->isIgnored()) {
582 if (device->getClasses() & INPUT_DEVICE_CLASS_EXTERNAL_STYLUS && !device->isIgnored()) {
643 if (!device->isIgnored()) {
677 if (! device->isIgnored() && sourcesMatchMask(device->getSources(), sourceMask)) {
685 if (! device->isIgnored() && sourcesMatchMask(device->getSources(), sourceMask)) {
708 if (device->isIgnored()) {
730 if (! device->isIgnored()
[all...]
H A DInputReader.h603 inline bool isIgnored() { return mMappers.isEmpty(); } function in class:android::InputDevice
/frameworks/native/services/inputflinger/tests/
H A DInputReader_test.cpp1264 ASSERT_TRUE(mDevice->isIgnored());
1334 ASSERT_FALSE(mDevice->isIgnored());

Completed in 508 milliseconds