Home
last modified time | relevance | path

Searched refs:buildLayer (Results 1 – 16 of 16) sorted by relevance

/frameworks/base/libs/hwui/renderthread/
DRenderProxy.cpp270 CREATE_BRIDGE2(buildLayer, CanvasContext* context, RenderNode* node) { in CREATE_BRIDGE2() argument
271 args->context->buildLayer(args->node); in CREATE_BRIDGE2()
275 void RenderProxy::buildLayer(RenderNode* node) { in buildLayer() function in android::uirenderer::renderthread::RenderProxy
276 SETUP_TASK(buildLayer); in buildLayer()
DCanvasContext.h85 void buildLayer(RenderNode* node);
DRenderProxy.h85 ANDROID_API void buildLayer(RenderNode* node);
DCanvasContext.cpp301 void CanvasContext::buildLayer(RenderNode* node) { in buildLayer() function in android::uirenderer::renderthread::CanvasContext
/frameworks/base/core/java/android/view/
DHardwareRenderer.java364 abstract void buildLayer(RenderNode node); in buildLayer() method in HardwareRenderer
DTextureView.java296 public void buildLayer() { in buildLayer() method in TextureView
DThreadedRenderer.java365 void buildLayer(RenderNode node) { in buildLayer() method in ThreadedRenderer
DViewPropertyAnimator.java781 mView.buildLayer(); in withLayer()
DView.java13965 public void buildLayer() {
13981 attachInfo.mHardwareRenderer.buildLayer(mRenderNode);
/frameworks/base/core/jni/
Dandroid_view_ThreadedRenderer.cpp334 proxy->buildLayer(node); in android_view_ThreadedRenderer_buildLayer()
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DDessertCaseView.java335 v.buildLayer(); in makeHardwareLayerListener()
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
DGlobalScreenshot.java577 mScreenshotView.buildLayer(); in startAnimation()
/frameworks/base/docs/html/sdk/api_diff/12/
DmissingSinces.txt16 NO DOC BLOCK: android.view.View Method buildLayer()
/frameworks/base/docs/html/about/versions/
Dandroid-3.1.jd442 <li>A new {@link android.view.View#buildLayer()} method lets an application
/frameworks/base/api/
Dsystem-current.txt35529 method public void buildLayer();
Dcurrent.txt33296 method public void buildLayer();