Home | History | Annotate | Download | only in assets

Lines Matching refs:Toggle

2 /* API LEVEL TOGGLE */
16 $("#api-level-toggle label").removeClass("disabled");
20 $("#api-level-toggle label").addClass("disabled");
36 $("#api-level-toggle label").removeClass("disabled");
176 // toggle shut on the first try. --joeo@android.com
319 /* TOGGLE INHERITED MEMBERS */
321 /* Toggle an inherited class (arrow toggle)
324 * 'null' to simply toggle.
348 /* Toggle all inherited classes in a single table (e.g. all inherited methods)
351 * 'null' to simply toggle.
371 /* Toggle all inherited members in the class (link in the class title)
374 var a = $("#toggleAllClassInherited"); // get toggle link from class title
375 var toggles = $(".toggle-all", $("#doc-content"));
392 var toggles = $(".toggle-all", $("#doc-content"));