Home
last modified time | relevance | path

Searched defs:setContentDrawBounds (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/libs/hwui/renderthread/
DDrawFrameTask.h64 void setContentDrawBounds(int left, int top, int right, int bottom) { in setContentDrawBounds() function
DCanvasContext.h165 void setContentDrawBounds(const Rect& bounds) { in setContentDrawBounds() function
DRenderProxy.cpp554 void RenderProxy::setContentDrawBounds(int left, int top, int right, int bottom) { in setContentDrawBounds() function in android::uirenderer::renderthread::RenderProxy
/frameworks/base/core/java/android/view/
DThreadedRenderer.java735 public void setContentDrawBounds(int left, int top, int right, int bottom) { in setContentDrawBounds() method in ThreadedRenderer