Lines Matching refs:API
650 // subtract the height of the api level widget and nav swapper from the available nav height
651 navHeight -= ($('#api-nav-header').outerHeight(true) + $('#nav-swap').outerHeight(true));
716 var api = $(this).data('jsp');
717 if (!api) { setTimeout(reInitScrollbars,300); return;}
718 api.reinitialise( {verticalGutter:0} );
755 var api = element.data('jsp');
764 api.scrollTo(0, selectedOffset - ($nav.height() / 4), false); // scroll the item into view
1603 return true; // allow the event to bubble up to the search api
1848 // forcefully regain key-up event control (previously jacked by search api)
1960 minLevel = parseInt($("#doc-api-level").attr("class"));
1961 // Handle provisional api levels; the provisional level will always be the highest possible level
1962 // Provisional api levels will also have a length; other stuff that's just missing a level won't,
1994 + " requires API level " + minLevel + " or higher.</strong></p>"
1995 + "<p>This document is hidden because your selected API level for the documentation is "
1996 + selectedLevel + ". You can change the documentation API level with the selector "
1998 + "<p>For more information about specifying the API level your app requires, "
2002 + "title='Change the API level to " + minLevel + "' "
2011 var apis = $(".api",context);
2024 // Handle provisional api levels; if this item's level is the provisional one, set it to the max
2033 obj.addClass("absent").attr("title","Requires API Level \""
2058 $(node.label_div).addClass("api");
2059 $(node.label_div).addClass("api-level-"+api_level);
2138 // perform api level toggling because new nodes are new to the DOM
2203 // perform api level toggling because because the whole tree is new to the DOM