Home
last modified time | relevance | path

Searched refs:forceDrawFrame (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/libs/hwui/
H A DTreeInfo.h103 bool forceDrawFrame = false; variable
H A DProperties.h288 static bool forceDrawFrame; variable
/aosp14/frameworks/base/libs/hwui/renderthread/
H A DDrawFrameTask.cpp104 info.forceDrawFrame = mForceDrawFrame; in run()
H A DCanvasContext.cpp454 if (CC_LIKELY(mSwapHistory.size() && !info.forceDrawFrame)) { in prepareTree()