HomeSort by relevance Sort by last modified time
    Searched defs:setLightCenter (Results 1 - 3 of 3) sorted by null

  /frameworks/base/libs/hwui/renderthread/
RenderProxy.cpp 108 void RenderProxy::setLightCenter(const Vector3& lightCenter) {
109 mRenderThread.queue().post([=]() { mContext->setLightCenter(lightCenter); });
CanvasContext.cpp 233 void CanvasContext::setLightCenter(const Vector3& lightCenter) {
  /frameworks/base/core/java/android/view/
ThreadedRenderer.java 584 setLightCenter(attachInfo);
592 void setLightCenter(AttachInfo attachInfo) {
    [all...]

Completed in 533 milliseconds