Lines Matching refs:API
20 // load json file for Android API search suggestions
22 // load json files for Google services API suggestions
715 // subtract the height of the api level widget and nav swapper from the available nav height
716 navHeight -= ($('#api-nav-header').outerHeight(true) + $('#nav-swap').outerHeight(true));
781 var api = $(this).data('jsp');
782 if (!api) { setTimeout(reInitScrollbars,300); return;}
783 api.reinitialise( {verticalGutter:0} );
820 var api = element.data('jsp');
829 api.scrollTo(0, selectedOffset - ($nav.height() / 4), false); // scroll the item into view
1720 return true; // allow the event to bubble up to the search api
2021 // forcefully regain key-up event control (previously jacked by search api)
2121 minLevel = parseInt($("#doc-api-level").attr("class"));
2122 // Handle provisional api levels; the provisional level will always be the highest possible level
2123 // Provisional api levels will also have a length; other stuff that's just missing a level won't,
2157 + " requires API level " + minLevel + " or higher.</strong></p>"
2158 + "<p>This document is hidden because your selected API level for the documentation is "
2159 + selectedLevel + ". You can change the documentation API level with the selector "
2161 + "<p>For more information about specifying the API level your app requires, "
2165 + "title='Change the API level to " + minLevel + "' "
2174 var apis = $(".api",context);
2187 // Handle provisional api levels; if this item's level is the provisional one, set it to the max
2196 obj.addClass("absent").attr("title","Requires API Level \""
2221 $(node.label_div).addClass("api");
2222 $(node.label_div).addClass("api-level-"+api_level);
2301 // perform api level toggling because new nodes are new to the DOM
2366 // perform api level toggling because because the whole tree is new to the DOM