Searched defs:isDirty (Results 1 - 13 of 13) sorted by relevance

/frameworks/base/libs/hwui/
H A DDisplayList.cpp121 bool isDirty = false; local
124 if (vectorDrawable->isDirty()) {
125 isDirty = true;
129 return isDirty;
H A DRenderNode.cpp303 bool isDirty = mDisplayList->prepareListAndChildren( local
309 if (isDirty) {
H A DVectorDrawable.h639 bool isDirty() const { return mCache.dirty; } function in class:android::uirenderer::VectorDrawable::Tree
/frameworks/base/libs/hwui/pipeline/skia/
H A DSkiaDisplayList.cpp94 bool isDirty = false; local
98 if (animatedImage->isDirty(&timeTilNextFrame)) {
99 isDirty = true;
113 if (vectorDrawable->isDirty()) {
114 isDirty = true;
121 return isDirty;
/frameworks/av/services/audioflinger/
H A DStateQueue.h174 bool isDirty() const { return mIsDirty; } function in class:android::StateQueue
/frameworks/base/libs/hwui/hwui/
H A DAnimatedImageDrawable.cpp64 bool AnimatedImageDrawable::isDirty(nsecs_t* outDelay) { function in class:android::AnimatedImageDrawable
/frameworks/support/car/src/main/java/androidx/car/widget/
H A DListItem.java57 if (isDirty()) {
113 protected boolean isDirty() { method in class:ListItem
/frameworks/base/libs/hwui/font/
H A DCacheTexture.h115 inline bool isDirty() const { return mDirty; } function in class:android::uirenderer::CacheTexture
/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/services/core/java/com/android/server/net/
H A DNetworkStatsCollection.java147 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/base/core/java/android/widget/
H A DEditor.java247 boolean isDirty; field in class:Editor.TextRenderNode
252 isDirty = true;
256 return isDirty || !renderNode.isValid();
1898 mTextRenderNodes[blockIndex].isDirty = true;
1936 mTextRenderNodes[blockIndex].isDirty = false;
2019 mTextRenderNodes[blockIndex].isDirty = true;
2030 if (mTextRenderNodes[i] != null) mTextRenderNodes[i].isDirty = true;
/frameworks/base/core/java/android/view/
H A DView.java15221 public boolean isDirty() { method in class:View
[all...]

Completed in 343 milliseconds