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

/frameworks/av/services/audioflinger/
H A DStateQueue.h170 bool isDirty() const { return mIsDirty; } function in class:android::StateQueue
/frameworks/base/core/java/android/view/
H A DDisplayList.java231 * @see #isDirty()
244 * @see #isDirty()
261 public boolean isDirty() { method in class:DisplayList
H A DViewRootImpl.java2582 if (displayList.isDirty()) {
H A DView.java10012 public boolean isDirty() { method in class:View
/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/packages/SystemUI/src/com/android/systemui/recent/
H A DFirstFrameAnimatorHelper.java132 mTarget.isDirty() + " " + flatFraction + " " + this + " " + animation);
/frameworks/base/libs/hwui/font/
H A DCacheTexture.h124 inline bool isDirty() const { function in class:android::uirenderer::CacheTexture
/frameworks/base/services/java/com/android/server/net/
H A DNetworkStatsRecorder.java223 if (mPending.isDirty()) {
331 return mTemp.isDirty();
H A DNetworkStatsCollection.java119 public boolean isDirty() { method in class:NetworkStatsCollection
/frameworks/base/libs/hwui/
H A DLayer.h203 inline bool isDirty() const { function in struct:android::uirenderer::Layer
H A DLayerRenderer.cpp71 if (mLayer->isDirty()) {
H A DFontRenderer.cpp445 if (cacheTexture->isDirty() && cacheTexture->getPixelBuffer()) {
/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

Completed in 369 milliseconds