Home
last modified time | relevance | path

Searched defs:onChildInserted (Results 1 – 8 of 8) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
DTableRowRule.java44 public void onChildInserted(INode child, INode parent, InsertType insertType) { in onChildInserted() method in TableRowRule
DScrollViewRule.java40 public void onChildInserted(INode child, INode parent, InsertType insertType) { in onChildInserted() method in ScrollViewRule
DHorizontalScrollViewRule.java42 public void onChildInserted(INode child, INode parent, InsertType insertType) { in onChildInserted() method in HorizontalScrollViewRule
DTableLayoutRule.java63 public void onChildInserted(INode child, INode parent, InsertType insertType) { in onChildInserted() method in TableLayoutRule
DRelativeLayoutRule.java237 public void onChildInserted(INode node, INode parent, InsertType insertType) { in onChildInserted() method in RelativeLayoutRule
DGridLayoutRule.java304 public void onChildInserted(INode node, INode parent, InsertType insertType) { in onChildInserted() method in GridLayoutRule
DBaseViewRule.java992 public void onChildInserted(INode node, INode parent, InsertType insertType) { in onChildInserted() method in BaseViewRule
/sdk/rule_api/src/com/android/ide/common/api/
DIViewRule.java272 void onChildInserted(INode child, INode parent, InsertType insertType); in onChildInserted() method