Lines Matching refs:Level
743 // subtract the height of the api level widget and nav swapper from the available nav height
2709 minLevel = parseInt($("#doc-api-level").attr("class"));
2710 // Handle provisional api levels; the provisional level will always be the highest possible level
2711 // Provisional api levels will also have a length; other stuff that's just missing a level won't,
2712 // so leave those kinds of entities at the default level of 1 (for example, the R.styleable class)
2743 + " requires API level " + minLevel + " or higher.</strong></p>"
2744 + "<p>This document is hidden because your selected API level for the documentation is "
2745 + selectedLevel + ". You can change the documentation API level with the selector "
2747 + "<p>For more information about specifying the API level your app requires, "
2751 + "title='Change the API level to " + minLevel + "' "
2773 // Handle provisional api levels; if this item's level is the provisional one, set it to the max
2782 obj.addClass("absent").attr("title","Requires API Level \""
2783 + apiLevel + "\" or higher. To reveal, change the target API level "
2809 $(node.label_div).addClass("api-level-"+api_level);
2888 // perform api level toggling because new nodes are new to the DOM
2959 // perform api level toggling because because the whole tree is new to the DOM