Modifier and Type | Method and Description |
---|---|
void |
dumpViewHierarchyWithProperties(BufferedWriter out,
int level)
Dumps custom children to hierarchy viewer.
|
View |
findHierarchyView(String className,
int hashCode)
Returns a View to enable grabbing screenshots from custom children
returned in dumpViewHierarchyWithProperties.
|
void dumpViewHierarchyWithProperties(BufferedWriter out, int level)
out
- The output writerlevel
- The indentation levelView findHierarchyView(String className, int hashCode)
className
- The className of the view to findhashCode
- The hashCode of the view to find