Home
last modified time | relevance | path

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

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
DScrollViewRule.java42 public void onChildInserted(@NonNull INode child, @NonNull INode parent, in onChildInserted() method in ScrollViewRule
44 super.onChildInserted(child, parent, insertType); in onChildInserted()
DHorizontalScrollViewRule.java44 public void onChildInserted(@NonNull INode child, @NonNull INode parent, in onChildInserted() method in HorizontalScrollViewRule
46 super.onChildInserted(child, parent, insertType); in onChildInserted()
DTableRowRule.java46 public void onChildInserted(@NonNull INode child, @NonNull INode parent, in onChildInserted() method in TableRowRule
DTableLayoutRule.java65 public void onChildInserted(@NonNull INode child, @NonNull INode parent, in onChildInserted() method in TableLayoutRule
DFrameLayoutRule.java179 public void onChildInserted(@NonNull INode node, @NonNull INode parent,
DRelativeLayoutRule.java241 public void onChildInserted(@NonNull INode node, @NonNull INode parent, in onChildInserted() method in RelativeLayoutRule
DGridLayoutRule.java337 public void onChildInserted(@NonNull INode node, @NonNull INode parent, in onChildInserted() method in GridLayoutRule
DLinearLayoutRule.java558 public void onChildInserted(@NonNull INode node, @NonNull INode parent,
/sdk/rule_api/src/com/android/ide/common/api/
DIViewRule.java308 void onChildInserted(@NonNull INode child, @NonNull INode parent, in onChildInserted() method
DAbstractViewRule.java117 public void onChildInserted(@NonNull INode child, @NonNull INode parent, in onChildInserted() method in AbstractViewRule
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/
DRulesEngine.java545 parentRule.onChildInserted(newNode, parentNode, insertType); in callCreateHooks()