Searched refs:isDirty (Results 1 - 17 of 17) sorted by relevance

/frameworks/base/libs/hwui/pipeline/skia/
H A DSkiaDisplayList.cpp91 bool isDirty = false; local
94 if (vectorDrawable->isDirty()) {
95 isDirty = true;
101 return isDirty;
/frameworks/base/libs/hwui/
H A DDisplayList.cpp120 bool isDirty = false; local
123 if (vectorDrawable->isDirty()) {
124 isDirty = true;
128 return isDirty;
H A DRenderNode.cpp322 bool isDirty = mDisplayList->prepareListAndChildren(observer, info, childFunctorsNeedLayer, local
326 if (isDirty) {
H A DVectorDrawable.h687 bool isDirty() const { return mCache.dirty; } function in class:android::uirenderer::VectorDrawable::Tree
H A DFontRenderer.cpp438 if (cacheTexture->isDirty() && cacheTexture->getPixelBuffer()) {
/frameworks/av/services/audioflinger/
H A DStateQueue.h174 bool isDirty() const { return mIsDirty; } function in class:android::StateQueue
/frameworks/base/libs/hwui/tests/unit/
H A DSkiaDisplayListTests.cpp131 ASSERT_FALSE(cleanVD.isDirty());
142 ASSERT_TRUE(dirtyVD.isDirty());
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DSignalController.java87 * Since we haven't had any callbacks, then isDirty will not have been triggered,
100 public boolean isDirty() { method in class:SignalController
159 if (isDirty()) {
/frameworks/base/libs/hwui/font/
H A DCacheTexture.h128 inline bool isDirty() const { function in class:android::uirenderer::CacheTexture
/frameworks/native/libs/gui/
H A DFrameTimestamps.cpp499 if (dirtyFields.isDirty<FrameEvent::GPU_COMPOSITION_DONE>()) {
503 if (dirtyFields.isDirty<FrameEvent::DISPLAY_PRESENT>()) {
507 if (dirtyFields.isDirty<FrameEvent::RELEASE>()) {
/frameworks/base/services/core/java/com/android/server/net/
H A DNetworkStatsRecorder.java297 if (mPending.isDirty()) {
411 return mTemp.isDirty();
H A DNetworkStatsCollection.java139 public boolean isDirty() { method in class:NetworkStatsCollection
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DBackingStore.java196 if (backing != null && backing.isDirty() && mCurrentBacking != null) {
400 public boolean isDirty() { method in class:BackingStore.Backing
/frameworks/native/include/gui/
H A DFrameTimestamps.h194 inline bool isDirty() const {
/frameworks/native/libs/gui/include/gui/
H A DFrameTimestamps.h194 inline bool isDirty() const {
/frameworks/base/core/java/android/widget/
H A DEditor.java197 boolean isDirty; field in class:Editor.TextRenderNode
202 isDirty = true;
206 return isDirty || !renderNode.isValid();
1776 mTextRenderNodes[blockIndex].isDirty = true;
1814 mTextRenderNodes[blockIndex].isDirty = false;
1897 mTextRenderNodes[blockIndex].isDirty = true;
1908 if (mTextRenderNodes[i] != null) mTextRenderNodes[i].isDirty = true;
/frameworks/base/core/java/android/view/
H A DView.java14432 public boolean isDirty() { method in class:View

Completed in 382 milliseconds