Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/hwui/renderthread/
H A DCacheManager.h59 void notifyNextFrameSize(int width, int height);
H A DCacheManager.cpp346 void CacheManager::notifyNextFrameSize(int width, int height) { in notifyNextFrameSize() function in android::uirenderer::renderthread::CacheManager
H A DCanvasContext.cpp884 mRenderThread.cacheManager().notifyNextFrameSize(size.fWidth, size.fHeight); in getNextFrameSize()