Lines Matching refs:Level
711 // subtract the height of the api level widget and nav swapper from the available nav height
2650 minLevel = parseInt($("#doc-api-level").attr("class"));
2651 // Handle provisional api levels; the provisional level will always be the highest possible level
2652 // Provisional api levels will also have a length; other stuff that's just missing a level won't,
2653 // so leave those kinds of entities at the default level of 1 (for example, the R.styleable class)
2684 + " requires API level " + minLevel + " or higher.</strong></p>"
2685 + "<p>This document is hidden because your selected API level for the documentation is "
2686 + selectedLevel + ". You can change the documentation API level with the selector "
2688 + "<p>For more information about specifying the API level your app requires, "
2692 + "title='Change the API level to " + minLevel + "' "
2714 // Handle provisional api levels; if this item's level is the provisional one, set it to the max
2723 obj.addClass("absent").attr("title","Requires API Level \""
2724 + apiLevel + "\" or higher. To reveal, change the target API level "
2750 $(node.label_div).addClass("api-level-"+api_level);
2829 // perform api level toggling because new nodes are new to the DOM
2900 // perform api level toggling because because the whole tree is new to the DOM