Lines Matching refs:Level
2 /* API LEVEL TOGGLE */
16 $("#api-level-toggle label").removeClass("disabled");
20 $("#api-level-toggle label").addClass("disabled");
36 $("#api-level-toggle label").removeClass("disabled");
40 // Handle provisional api levels; the provisional level will always be the highest possible level
41 // Provisional api levels will also have a length; other stuff that's just missing a level won't,
42 // so leave those kinds of entities at the default level of 1 (for example, the R.styleable class)
77 $("#naMessage").show().html("<div><p><strong>This " + thing + " is not available with API Level " + selectedLevel + ".</strong></p>"
78 + "<p>To use this " + thing + ", your application must specify API Level \"" + $("body").attr("class") + "\" or higher in its manifest "
79 + "and be compiled against a version of the Android library that supports an equal or higher API Level. To reveal this "
80 + "document, change the value of the API Level filter above.</p>"
81 + "<p><a href='" +toRoot+ "guide/appendix/api-levels.html'>What is the API Level?</a></p></div>");
101 // Handle provisional api levels; if this item's level is the provisional one, set it to the max
109 if (apiLevelNum > selectedLevelNum) obj.addClass("absent").attr("title","Requires API Level \""
131 $(node.label_div).addClass("api-level-"+api_level);
209 // perform api level toggling because new nodes are new to the DOM
281 // perform api level toggling because because the whole tree is new to the DOM