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

/frameworks/base/libs/hwui/
H A DSnapshot.h180 bool isIgnored() const;
H A DSnapshot.cpp269 bool Snapshot::isIgnored() const { function in class:android::uirenderer::Snapshot
275 this, flags, previous.get(), getViewportHeight(), isIgnored(), clipRegion && !clipRegion->isEmpty());
H A DStatefulBaseRenderer.cpp236 if (mSnapshot->isIgnored() || bottom <= top || right <= left) {
275 if (mSnapshot->isIgnored() || bottom <= top || right <= left) {
H A DOpenGLRenderer.cpp353 if (currentSnapshot()->isIgnored()) return DrawGlInfo::kStatusDone;
608 if (!currentSnapshot()->isIgnored()) {
665 if (!currentSnapshot()->isIgnored() && (flags & SkCanvas::kClipToLayer_SaveFlag)) {
675 if (!currentSnapshot()->isIgnored()) {
751 if (currentSnapshot()->isIgnored()) {
1279 if (!currentSnapshot()->isIgnored()) {
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()) retur
[all...]
/frameworks/native/services/inputflinger/
H A DInputReader.cpp374 if (device->isIgnored()) {
398 if (device->isIgnored()) {
479 if (device->isIgnored()) {
490 if (!device->isIgnored()) {
584 if (!device->isIgnored()) {
618 if (! device->isIgnored() && sourcesMatchMask(device->getSources(), sourceMask)) {
626 if (! device->isIgnored() && sourcesMatchMask(device->getSources(), sourceMask)) {
656 if (! device->isIgnored() && sourcesMatchMask(device->getSources(), sourceMask)) {
665 if (! device->isIgnored() && sourcesMatchMask(device->getSources(), sourceMask)) {
917 if (!isIgnored()) {
[all...]
H A DInputReader.h558 inline bool isIgnored() { return mMappers.isEmpty(); } function in class:android::InputDevice
/frameworks/native/services/inputflinger/tests/
H A DInputReader_test.cpp1256 ASSERT_TRUE(mDevice->isIgnored());
1326 ASSERT_FALSE(mDevice->isIgnored());

Completed in 276 milliseconds