Searched refs:setContentDrawBounds (Results 1 - 7 of 7) sorted by relevance

/frameworks/base/libs/hwui/renderthread/
H A DRenderProxy.h125 ANDROID_API void setContentDrawBounds(int left, int top, int right, int bottom);
H A DCanvasContext.h165 void setContentDrawBounds(int left, int top, int right, int bottom) { function in class:android::uirenderer::renderthread::CanvasContext
H A DRenderProxy.cpp552 CREATE_BRIDGE5(setContentDrawBounds, CanvasContext* context, int left, int top,
554 args->context->setContentDrawBounds(args->left, args->top, args->right, args->bottom);
558 void RenderProxy::setContentDrawBounds(int left, int top, int right, int bottom) { function in class:android::uirenderer::renderthread::RenderProxy
559 SETUP_TASK(setContentDrawBounds);
/frameworks/base/core/java/com/android/internal/policy/
H A DBackdropFrameRenderer.java193 mRenderer.setContentDrawBounds(0, 0, 0, 0);
281 mRenderer.setContentDrawBounds(
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DMultiProducerActivity.java190 mRenderer.setContentDrawBounds(surfaceOrigin[0], surfaceOrigin[1],
/frameworks/base/core/java/android/view/
H A DThreadedRenderer.java709 public void setContentDrawBounds(int left, int top, int right, int bottom) { method in class:ThreadedRenderer
/frameworks/base/core/jni/
H A Dandroid_view_ThreadedRenderer.cpp853 proxy->setContentDrawBounds(left, top, right, bottom);

Completed in 1813 milliseconds