public final class DebugComponentDescriptor
extends <any>
Constructor and Description |
---|
DebugComponentDescriptor() |
Modifier and Type | Method and Description |
---|---|
Object |
getElementToHighlightAtPosition(DebugComponent element,
int x,
int y,
Rect bounds) |
View |
getViewAndBoundsForHighlighting(DebugComponent element,
Rect bounds) |
protected void |
onGetAttributes(DebugComponent element,
AttributeAccumulator attributes) |
protected void |
onGetChildren(DebugComponent element,
<any> children) |
protected String |
onGetNodeName(DebugComponent element) |
protected void |
onGetStyleRuleNames(DebugComponent element,
StyleRuleNameAccumulator accumulator) |
protected void |
onGetStyles(DebugComponent element,
String ruleName,
StyleAccumulator accumulator) |
protected void |
onSetStyle(DebugComponent element,
String ruleName,
String name,
String value) |
protected String onGetNodeName(DebugComponent element)
protected void onGetChildren(DebugComponent element, <any> children)
protected void onGetAttributes(DebugComponent element, AttributeAccumulator attributes)
public View getViewAndBoundsForHighlighting(DebugComponent element, Rect bounds)
public Object getElementToHighlightAtPosition(DebugComponent element, int x, int y, Rect bounds)
protected void onGetStyleRuleNames(DebugComponent element, StyleRuleNameAccumulator accumulator)
protected void onGetStyles(DebugComponent element, String ruleName, StyleAccumulator accumulator)
protected void onSetStyle(DebugComponent element, String ruleName, String name, String value)