Searched defs:setContentDrawBounds (Results 1 – 3 of 3) sorted by relevance
| /frameworks/base/libs/hwui/renderthread/ |
| D | CanvasContext.h | 141 void setContentDrawBounds(int left, int top, int right, int bottom) { in setContentDrawBounds() function
|
| D | RenderProxy.cpp | 563 CREATE_BRIDGE5(setContentDrawBounds, CanvasContext* context, int left, int top, in CREATE_BRIDGE5() argument 569 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/ |
| D | ThreadedRenderer.java | 714 public void setContentDrawBounds(int left, int top, int right, int bottom) { in setContentDrawBounds() method in ThreadedRenderer
|