docs: remove obsolete renderscript reference framer page
Change-Id: I9ec7ad462584d2e2b7132b1ddbf9306c9df83b10
This commit is contained in:
@@ -1,21 +0,0 @@
|
|||||||
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>
|
|
||||||
Reference in New Issue
Block a user