Searched refs:window (Results 1 – 14 of 14) sorted by relevance
/build/make/tools/droiddoc/templates-pdk/assets/ |
D | android-developer-docs.js | 17 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 …]
|
D | prettify.js | 2 …window.PR_SHOULD_USE_CONTINUATION=o;window.PR_TAB_WIDTH=8;window.PR_normalizedHtml=window.PR=windo…
|
D | search_autocomplete.js | 54 window.location = this.firstChild.getAttribute("href"); 113 window.location = toroot + gMatches[gSelectedIndex].link;
|
D | carousel.js | 205 window.clearInterval(timeoutId) 208 var timeoutId = window.setInterval(animate, animation.time/animation.fps * 1000);
|
/build/make/tools/droiddoc/templates-ndk/assets/design/ |
D | default.js | 98 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/ |
D | default.js | 98 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/ |
D | docs.js | 447 $(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 …]
|
D | prettify.js | 1 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&&…
|
D | android_3p-bundle.js | 65 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/ |
D | sdkpage.cs | 225 $(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()
|
D | head_tag.cs | 72 })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
|
/build/ |
D | envsetup.sh | 1222 adb shell service call window 1 i32 $port 1227 adb shell service call window 2 1232 adb shell service call window 3
|
/build/make/ |
D | envsetup.sh | 1222 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/ |
D | writedocs.go | 402 window.addEventListener('message', (e) => {
|