Home | History | Annotate | Download | only in assets

Lines Matching refs:toggle

2 /* API LEVEL TOGGLE */
17 $("#api-level-toggle label").removeClass("disabled");
21 $("#api-level-toggle label").addClass("disabled");
37 $("#api-level-toggle label").removeClass("disabled");
157 // toggle shut on the first try. --joeo@android.com
300 /* TOGGLE INHERITED MEMBERS */
302 /* Toggle an inherited class (arrow toggle)
305 * 'null' to simply toggle.
329 /* Toggle all inherited classes in a single table (e.g. all inherited methods)
332 * 'null' to simply toggle.
352 /* Toggle all inherited members in the class (link in the class title)
355 var a = $("#toggleAllClassInherited"); // get toggle link from class title
356 var toggles = $(".toggle-all", $("#doc-content"));
373 var toggles = $(".toggle-all", $("#doc-content"));