Searched defs:get_children_ul (Results 1 - 1 of 1) sorted by relevance

/build/tools/droiddoc/templates-pdk/assets/
H A Dandroid-developer-reference.js125 mom.get_children_ul().appendChild(node.li);
145 $(node.get_children_ul()).slideUp("fast");
183 node.get_children_ul = function() {
200 $(node.get_children_ul()).slideDown("fast");
203 if ($(node.label_div).hasClass("absent")) $(node.get_children_ul()).addClass("absent");
204 $(node.get_children_ul()).slideDown("fast");
296 me.node.get_children_ul = function() { return me.node.children_ul; };

Completed in 2 milliseconds