Lines Matching refs:Level
2 /* API LEVEL TOGGLE */
17 $("#api-level-toggle label").removeClass("disabled");
21 $("#api-level-toggle label").addClass("disabled");
37 $("#api-level-toggle label").removeClass("disabled");
72 $("#naMessage").show().html("<div><p><strong>This " + thing + " is not available with API Level " + selectedLevel + ".</strong></p>"
73 + "<p>To use this " + thing + ", your application must specify API Level " + minLevel + " or higher in its manifest "
74 + "and be compiled against a version of the library that supports an equal or higher API Level. To reveal this "
75 + "document, change the value of the API Level filter above.</p>"
76 + "<p><a href='" +toRoot+ "guide/appendix/api-levels.html'>What is the API Level?</a></p></div>");
91 if (apiLevel > selectedLevel) obj.addClass("absent").attr("title","Requires API Level "+apiLevel+" or higher");
112 $(node.label_div).addClass("api-level-"+api_level);
190 // perform api level toggling because new nodes are new to the DOM
262 // perform api level toggling because because the whole tree is new to the DOM