Lines Matching refs:Level
715 // subtract the height of the api level widget and nav swapper from the available nav height
2064 minLevel = parseInt($("#doc-api-level").attr("class"));
2065 // Handle provisional api levels; the provisional level will always be the highest possible level
2066 // Provisional api levels will also have a length; other stuff that's just missing a level won't,
2067 // so leave those kinds of entities at the default level of 1 (for example, the R.styleable class)
2098 + " requires API level " + minLevel + " or higher.</strong></p>"
2099 + "<p>This document is hidden because your selected API level for the documentation is "
2100 + selectedLevel + ". You can change the documentation API level with the selector "
2102 + "<p>For more information about specifying the API level your app requires, "
2106 + "title='Change the API level to " + minLevel + "' "
2128 // Handle provisional api levels; if this item's level is the provisional one, set it to the max
2137 obj.addClass("absent").attr("title","Requires API Level \""
2163 $(node.label_div).addClass("api-level-"+api_level);
2242 // perform api level toggling because new nodes are new to the DOM
2307 // perform api level toggling because because the whole tree is new to the DOM