Home
last modified time | relevance | path

Searched refs:window (Results 1 – 14 of 14) sorted by relevance

/build/make/tools/droiddoc/templates-pdk/assets/
Dandroid-developer-docs.js17 var current = window.onload;
18 if (typeof window.onload != 'function') {
19 window.onload = newfun;
21 window.onload = function() {
40 window.onresize = resizeAll;
44 window.onresize = resizeHeight;
77 var windowWidth = $(window).width() + "px";
91 var windowHeight = ($(window).height() - HEADER_HEIGHT);
308 var windowHeight = ($(window).height() - HEADER_HEIGHT);
327 var windowHeight = ($(window).height() - HEADER_HEIGHT);
[all …]
Dprettify.js2window.PR_SHOULD_USE_CONTINUATION=o;window.PR_TAB_WIDTH=8;window.PR_normalizedHtml=window.PR=windo…
Dsearch_autocomplete.js54 window.location = this.firstChild.getAttribute("href");
113 window.location = toroot + gMatches[gSelectedIndex].link;
Dcarousel.js205 window.clearInterval(timeoutId)
208 var timeoutId = window.setInterval(animate, animation.time/animation.fps * 1000);
/build/make/tools/droiddoc/templates-ndk/assets/design/
Ddefault.js98 window.setTimeout(function() {
113 window.setTimeout(function() {
123 window.location.href = $(this).attr('href');
172 $(window).scroll(function() {
173 var scrollTop = $(window).scrollTop();
/build/make/tools/droiddoc/templates-pdk/assets/design/
Ddefault.js98 window.setTimeout(function() {
113 window.setTimeout(function() {
123 window.location.href = $(this).attr('href');
172 $(window).scroll(function() {
173 var scrollTop = $(window).scrollTop();
/build/make/tools/droiddoc/templates-ndk/assets/js/
Ddocs.js447 $(window).resize(function() {
540 window.setTimeout(offsetScrollForSticky, 100);
743 window.location.href = $(this).attr('href');
835 var newLeft = $(window).scrollLeft() - navBarLeftPos;
842 var current = window.onload;
843 if (typeof window.onload != 'function') {
844 window.onload = newfun;
846 window.onload = function() {
875 var $window = $(window);
1087 $(window).scroll(function(event) {
[all …]
Dprettify.js1 var q=null;window.PR_SHOULD_USE_CONTINUATION=!0;
7 …(?:\s|$)/,h=[],y=0,t=[],s=0,l;a.currentStyle?l=a.currentStyle.whiteSpace:window.getComputedStyle&&…
Dandroid_3p-bundle.js65 window['PR_SHOULD_USE_CONTINUATION'] = true;
68 window['PR_TAB_WIDTH'] = 8;
74 window['PR_normalizedHtml']
79 = window['PR']
86 = window['prettyPrintOne']
92 = window['prettyPrint'] = void 0;
95 window['_pr_isIE6'] = function () { function
99 window['_pr_isIE6'] = function () { return ieVersion; }; function
305 } else if (window.getComputedStyle) {
308 whitespace = window.getComputedStyle(node, null).whiteSpace;
[all …]
/build/make/tools/droiddoc/templates-ndk/
Dsdkpage.cs225 $(window).hashchange( function(){ in function()
486 window.location = "/sdk/installing/index.html?pkg=studio"; in onDownloadForRealz()
489 window.location = "/sdk/installing/index.html?pkg=tools"; in onDownloadForRealz()
503 $(window).hashchange( function(){ in function()
Dhead_tag.cs72 })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
/build/
Denvsetup.sh1222 adb shell service call window 1 i32 $port
1227 adb shell service call window 2
1232 adb shell service call window 3
/build/make/
Denvsetup.sh1222 adb shell service call window 1 i32 $port
1227 adb shell service call window 2
1232 adb shell service call window 3
/build/soong/cmd/soong_build/
Dwritedocs.go402 window.addEventListener('message', (e) => {