HomeSort by relevance Sort by last modified time
    Searched refs:selectedLevel (Results 1 - 7 of 7) sorted by null

  /build/tools/droiddoc/templates-pdk/assets/
customizations.js 1 function showApiWarning(thing, selectedLevel, minLevel) {
2 if (selectedLevel < minLevel) {
3 $("#naMessage").show().html("<div><p><strong>This " + thing + " is not available with API Level " + selectedLevel + ".</strong></p>"
android-developer-reference.js 61 var selectedLevel = maxLevel;
64 toggleVisisbleApis(selectedLevel, "body");
66 selectedLevel = parseInt($("#apiLevelSelector option:selected").val());
67 toggleVisisbleApis(selectedLevel, "body");
72 writeCookie(API_LEVEL_COOKIE, selectedLevel, null, expiration);
75 if (selectedLevel < minLevel) {
77 $("#naMessage").show().html("<div><p><strong>This " + thing + " is not available with API Level " + selectedLevel + ".</strong></p>"
87 function toggleVisisbleApis(selectedLevel, context) {
102 var selectedLevelNum = parseInt(selectedLevel)
210 var selectedLevel = $("#apiLevelSelector option:selected").val()
    [all...]
  /external/replicaisland/src/com/replica/replicaisland/
LevelSelectActivity.java 243 LevelMetaData selectedLevel = mLevelData.get(position);
244 if (selectedLevel.enabled) {
248 intent.putExtra("resource", selectedLevel.level.resource);
249 intent.putExtra("row", selectedLevel.x);
250 intent.putExtra("index", selectedLevel.y);
  /external/doclava/res/assets/templates/assets/
doclava-developer-reference.js 56 var selectedLevel = maxLevel;
59 toggleVisisbleApis(selectedLevel, "body");
61 selectedLevel = $("#apiLevelSelector option:selected").val();
62 toggleVisisbleApis(selectedLevel, "body");
67 writeCookie(API_LEVEL_COOKIE, selectedLevel, null, expiration);
70 if (selectedLevel < minLevel) {
72 $("#naMessage").show().html("<div><p><strong>This " + thing + " is not available with API Level " + selectedLevel + ".</strong></p>"
82 function toggleVisisbleApis(selectedLevel, context) {
91 if (apiLevel > selectedLevel) obj.addClass("absent").attr("title","Requires API Level "+apiLevel+" or higher");
191 var selectedLevel = $("#apiLevelSelector option:selected").val()
    [all...]
  /build/tools/droiddoc/templates-ds/assets/js/
docs.js     [all...]
  /build/tools/droiddoc/templates-sac/assets/js/
docs.js     [all...]
  /build/tools/droiddoc/templates-sdk/assets/js/
docs.js     [all...]

Completed in 3235 milliseconds