Home
last modified time | relevance | path

Searched refs:mContentDirty (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/libs/gui/
DLayerDebugInfo.cpp63 RETURN_ON_ERROR(parcel->writeBool(mContentDirty)); in writeToParcel()
108 RETURN_ON_ERROR(parcel->readBool(&mContentDirty)); in readFromParcel()
126 result.appendFormat("isOpaque=%1d, invalidate=%1d, ", info.mIsOpaque, info.mContentDirty); in to_string()
/frameworks/native/libs/gui/include/gui/
DLayerDebugInfo.h69 bool mContentDirty = false; variable
/frameworks/native/services/surfaceflinger/
DLayer.cpp1440 info.mContentDirty = contentDirty; in getLayerDebugInfo()