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

/frameworks/base/libs/hwui/
H A DSnapshot.h121 bool isIgnored() const;
H A DOpenGLRenderer.cpp604 if (!mSnapshot->isIgnored()) {
1117 if (!mSnapshot->isIgnored()) {
1221 if (mSnapshot->isIgnored()) {
1237 if (mSnapshot->isIgnored()) {
1261 if (mSnapshot->isIgnored() || bottom <= top || right <= left) {
1726 if (!vertices || mSnapshot->isIgnored()) {
2012 if (mSnapshot->isIgnored()) return DrawGlInfo::kStatusDone;
2266 if (mSnapshot->isIgnored()) return DrawGlInfo::kStatusDone;
2328 if (mSnapshot->isIgnored()) return DrawGlInfo::kStatusDone;
2353 if (mSnapshot->isIgnored() || quickRejectPreStrok
[all...]
H A DSnapshot.cpp213 bool Snapshot::isIgnored() const { function in class:android::uirenderer::Snapshot
/frameworks/base/services/input/
H A DInputReader.cpp362 if (device->isIgnored()) {
386 if (device->isIgnored()) {
467 if (device->isIgnored()) {
478 if (!device->isIgnored()) {
572 if (!device->isIgnored()) {
606 if (! device->isIgnored() && sourcesMatchMask(device->getSources(), sourceMask)) {
614 if (! device->isIgnored() && sourcesMatchMask(device->getSources(), sourceMask)) {
644 if (! device->isIgnored() && sourcesMatchMask(device->getSources(), sourceMask)) {
653 if (! device->isIgnored() && sourcesMatchMask(device->getSources(), sourceMask)) {
904 if (!isIgnored()) {
[all...]
H A DInputReader.h524 inline bool isIgnored() { return mMappers.isEmpty(); } function in class:android::InputDevice
/frameworks/base/services/input/tests/
H A DInputReader_test.cpp1238 ASSERT_TRUE(mDevice->isIgnored());
1308 ASSERT_FALSE(mDevice->isIgnored());

Completed in 80 milliseconds