Home | History | Annotate | Download | only in js

Lines Matching refs:API

37   // load json file for Android API search suggestions
39 // load json files for Google services API suggestions
588 // loads the IFrame Player API code asynchronously.
903 // subtract the height of the api level widget and nav swapper from the available nav height
904 navHeight -= ($('#api-nav-header').outerHeight(true) + $('#nav-swap').outerHeight(true));
969 var api = $(this).data('jsp');
970 if (!api) { setTimeout(reInitScrollbars,300); return;}
971 api.reinitialise( {verticalGutter:0} );
1008 var api = element.data('jsp');
1022 api.scrollTo(0, selectedOffset - ($nav.height() * .8), false);
1851 // if there are api results
2180 // Search for API Guides
2408 return true; // allow the event to bubble up to the search api
2509 // if the API is deprecated, default score is 0; otherwise, perform scoring
2574 // forcefully regain key-up event control (previously jacked by search api)
2736 // forcefully regain key-up event control (previously jacked by search api)
2859 minLevel = parseInt($("#doc-api-level").attr("class"));
2860 // Handle provisional api levels; the provisional level will always be the highest possible level
2861 // Provisional api levels will also have a length; other stuff that's just missing a level won't,
2890 + " requires API level " + minLevel + " or higher.</strong></p>"
2891 + "<p>This document is hidden because your selected API level for the documentation is "
2892 + selectedLevel + ". You can change the documentation API level with the selector "
2894 + "<p>For more information about specifying the API level your app requires, "
2898 + "title='Change the API level to " + minLevel + "' "
2907 var apis = $(".api",context);
2920 // Handle provisional api levels; if this item's level is the provisional one, set it to the max
2929 obj.addClass("absent").attr("title","Requires API Level \""
2930 + apiLevel + "\" or higher. To reveal, change the target API level "
2955 $(node.label_div).addClass("api");
2956 $(node.label_div).addClass("api-level-"+api_level);
3035 // perform api level toggling because new nodes are new to the DOM
3106 // perform api level toggling because because the whole tree is new to the DOM