Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5b6f1601 authored by Joe Fernandez's avatar Joe Fernandez Committed by Android Git Automerger
Browse files

am f34b2bfe: am 8605d635: am 259a73b5: am b2152a43: am 1dc26b8c: docs: remove...

am f34b2bfe: am 8605d635: am 259a73b5: am b2152a43: am 1dc26b8c: docs: remove obsolete renderscript reference framer page

* commit 'f34b2bfe':
  docs: remove obsolete renderscript reference framer page
parents 98f91d26 f34b2bfe
Loading
Loading
Loading
Loading
+0 −21
Original line number Diff line number Diff line
page.title=Runtime API Reference
parent.title=Computation
parent.link=index.html

@jd:body

<script language="JavaScript">

function autoResize(element){
    var newheight;
    var newwidth;

    newheight = element.contentWindow.document.body.scrollHeight + 20;
    newwidth = element.contentWindow.document.body.scrollWidth;
    element.height = (newheight) + "px";
    element.width = (newwidth) + "px";
}
</script>


<iframe SRC="{@docRoot}reference/renderscript/index.html" width="100%"  id="iframe" marginheight="0" frameborder="0" onLoad="autoResize(this);"></iframe>