Searched refs:expand (Results 1 – 6 of 6) sorted by relevance
/build/tools/droiddoc/templates-pdk/assets/ |
D | android-developer-reference.js | 326 function toggleInherited(linkObj, expand) { argument 332 if ( (expand == null && a.hasClass("closed")) || expand ) { 338 } else if ( (expand == null && a.hasClass("opened")) || (expand == false) ) { 353 function toggleAllInherited(linkObj, expand) { argument 357 if ( (expand == null && a.text() == "[Expand]") || expand ) { 362 } else if ( (expand == null && a.text() == "[Collapse]") || (expand == false) ) {
|
/build/tools/droiddoc/templates-ds/assets/js/ |
D | docs.js | 68 expand(); 72 var expand = function() { 2348 function toggleInherited(linkObj, expand) { argument 2354 if ( (expand == null && a.hasClass("closed")) || expand ) { 2360 } else if ( (expand == null && a.hasClass("opened")) || (expand == false) ) { 2375 function toggleAllInherited(linkObj, expand) { argument 2379 if ( (expand == null && a.text() == "[Expand]") || expand ) { 2384 } else if ( (expand == null && a.text() == "[Collapse]") || (expand == false) ) {
|
/build/tools/droiddoc/templates-sac/assets/js/ |
D | docs.js | 91 expand(); 95 var expand = function() { 2465 function toggleInherited(linkObj, expand) { argument 2471 if ( (expand == null && a.hasClass("closed")) || expand ) { 2477 } else if ( (expand == null && a.hasClass("opened")) || (expand == false) ) { 2492 function toggleAllInherited(linkObj, expand) { argument 2496 if ( (expand == null && a.text() == "[Expand]") || expand ) { 2501 } else if ( (expand == null && a.text() == "[Collapse]") || (expand == false) ) {
|
/build/tools/droiddoc/templates-sdk-dyn/assets/js/ |
D | docs.js | 90 expand(); 94 var expand = function() { 3162 function toggleInherited(linkObj, expand) { argument 3168 if ( (expand == null && a.hasClass("closed")) || expand ) { 3174 } else if ( (expand == null && a.hasClass("opened")) || (expand == false) ) { 3189 function toggleAllInherited(linkObj, expand) { argument 3193 if ( (expand == null && a.text() == "[Expand]") || expand ) { 3198 } else if ( (expand == null && a.text() == "[Collapse]") || (expand == false) ) {
|
/build/tools/droiddoc/templates-sdk/assets/js/ |
D | docs.js | 105 expand(); 109 var expand = function() { 3358 function toggleInherited(linkObj, expand) { argument 3364 if ( (expand == null && a.hasClass("closed")) || expand ) { 3370 } else if ( (expand == null && a.hasClass("opened")) || (expand == false) ) { 3385 function toggleAllInherited(linkObj, expand) { argument 3389 if ( (expand == null && a.text() == "[Expand]") || expand ) { 3394 } else if ( (expand == null && a.text() == "[Collapse]") || (expand == false) ) {
|
/build/core/ |
D | main.mk | 676 define expand-required-modules 680 $(call expand-required-modules,$(1),$(_erm_new_modules))) 704 $(call expand-required-modules,product_MODULES,$(product_MODULES))
|