Home
last modified time | relevance | path

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

/sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/
DWorkspace.java689 expandAll(pixelPerfectTree, true); in showPixelPerfectTree()
693 private static void expandAll(JTree tree, boolean expand) { in expandAll() method in Workspace
695 expandAll(tree, new TreePath(root), expand); in expandAll()
698 private static void expandAll(JTree tree, TreePath parent, boolean expand) { in expandAll() method in Workspace
704 expandAll(tree, path, expand); in expandAll()