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

/frameworks/av/services/audioflinger/
H A DStateQueue.h98 bool isDirty() const { return mIsDirty; } function in class:android::StateQueue
/frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/scenegraph/
H A DTransform.java84 mTransformData.isDirty = 1;
H A DCamera.java107 mData.isDirty = 1;
/frameworks/base/tests/RenderScriptTests/ModelViewer/src/com/android/modelviewer/
H A DSgTransform.java78 mTransformData.isDirty = 1;
/frameworks/base/libs/hwui/font/
H A DCacheTexture.h163 inline bool isDirty() const { function in class:android::uirenderer::CacheTexture
/frameworks/base/services/java/com/android/server/net/
H A DNetworkStatsRecorder.java220 if (mPending.isDirty()) {
322 return mTemp.isDirty();
H A DNetworkStatsCollection.java119 public boolean isDirty() { method in class:NetworkStatsCollection
/frameworks/base/libs/hwui/
H A DLayer.h165 inline bool isDirty() { function in struct:android::uirenderer::Layer
H A DLayerRenderer.cpp70 if (mLayer->isDirty()) {
H A DFontRenderer.cpp333 if (cacheTexture->isDirty() && cacheTexture->getTexture()) {
/frameworks/base/core/java/android/view/
H A DView.java9473 public boolean isDirty() { method in class:View

Completed in 2309 milliseconds