Home
last modified time | relevance | path

Searched refs:selectedLevel (Results 1 – 7 of 7) sorted by relevance

/build/tools/droiddoc/templates-pdk/assets/
Dandroid-developer-reference.js61 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 …div><p><strong>This " + thing + " is not available with API Level " + selectedLevel + ".</strong><…
87 function toggleVisisbleApis(selectedLevel, context) { argument
102 var selectedLevelNum = parseInt(selectedLevel)
210 var selectedLevel = $("#apiLevelSelector option:selected").val();
[all …]
Dcustomizations.js1 function showApiWarning(thing, selectedLevel, minLevel) { argument
2 if (selectedLevel < minLevel) {
3 …div><p><strong>This " + thing + " is not available with API Level " + selectedLevel + ".</strong><…
/build/tools/droiddoc/templates-ds/assets/js/
Ddocs.js1981 var selectedLevel = maxLevel;
1983 selectedLevel = parseInt($("#apiLevelSelector option:selected").val());
1984 toggleVisisbleApis(selectedLevel, "body");
1989 writeCookie(API_LEVEL_COOKIE, selectedLevel, null, expiration);
1991 if (selectedLevel < minLevel) {
1996 + selectedLevel + ". You can change the documentation API level with the selector "
2010 function toggleVisisbleApis(selectedLevel, context) { argument
2025 var selectedLevelNum = parseInt(selectedLevel)
2139 var selectedLevel = $("#apiLevelSelector option:selected").val();
2140 toggleVisisbleApis(selectedLevel, "#side-nav");
[all …]
/build/tools/droiddoc/templates-sac/assets/js/
Ddocs.js2085 var selectedLevel = maxLevel;
2087 selectedLevel = parseInt($("#apiLevelSelector option:selected").val());
2088 toggleVisisbleApis(selectedLevel, "body");
2093 writeCookie(API_LEVEL_COOKIE, selectedLevel, null, expiration);
2095 if (selectedLevel < minLevel) {
2100 + selectedLevel + ". You can change the documentation API level with the selector "
2114 function toggleVisisbleApis(selectedLevel, context) { argument
2129 var selectedLevelNum = parseInt(selectedLevel)
2243 var selectedLevel = $("#apiLevelSelector option:selected").val();
2244 toggleVisisbleApis(selectedLevel, "#side-nav");
[all …]
/build/tools/droiddoc/templates-sdk-dev/assets/js/
Ddocs.js2870 var selectedLevel = maxLevel;
2872 selectedLevel = parseInt($("#apiLevelSelector option:selected").val());
2873 toggleVisisbleApis(selectedLevel, "body");
2875 writeCookie(API_LEVEL_COOKIE, selectedLevel, null);
2877 if (selectedLevel < minLevel) {
2882 + selectedLevel + ". You can change the documentation API level with the selector "
2896 function toggleVisisbleApis(selectedLevel, context) { argument
2911 var selectedLevelNum = parseInt(selectedLevel)
3026 var selectedLevel = $("#apiLevelSelector option:selected").val();
3027 toggleVisisbleApis(selectedLevel, "#side-nav");
[all …]
/build/tools/droiddoc/templates-ndk/assets/js/
Ddocs.js2880 var selectedLevel = maxLevel;
2882 selectedLevel = parseInt($("#apiLevelSelector option:selected").val());
2883 toggleVisisbleApis(selectedLevel, "body");
2885 writeCookie(API_LEVEL_COOKIE, selectedLevel, null);
2887 if (selectedLevel < minLevel) {
2892 + selectedLevel + ". You can change the documentation API level with the selector "
2906 function toggleVisisbleApis(selectedLevel, context) { argument
2921 var selectedLevelNum = parseInt(selectedLevel)
3036 var selectedLevel = $("#apiLevelSelector option:selected").val();
3037 toggleVisisbleApis(selectedLevel, "#side-nav");
[all …]
/build/tools/droiddoc/templates-sdk/assets/js/
Ddocs.js2873 var selectedLevel = maxLevel;
2875 selectedLevel = parseInt($("#apiLevelSelector option:selected").val());
2876 toggleVisisbleApis(selectedLevel, "body");
2878 writeCookie(API_LEVEL_COOKIE, selectedLevel, null);
2880 if (selectedLevel < minLevel) {
2885 + selectedLevel + ". You can change the documentation API level with the selector "
2899 function toggleVisisbleApis(selectedLevel, context) { argument
2914 var selectedLevelNum = parseInt(selectedLevel)
3029 var selectedLevel = $("#apiLevelSelector option:selected").val();
3030 toggleVisisbleApis(selectedLevel, "#side-nav");
[all …]