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