Home
last modified time | relevance | path

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

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
DScrollViewRule.java44 public void onChildInserted(@NonNull INode child, @NonNull INode parent, in onChildInserted() method in ScrollViewRule
46 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.java342 public void onChildInserted(@NonNull INode node, @NonNull INode parent, in onChildInserted() method in GridLayoutRule
DLinearLayoutRule.java561 public void onChildInserted(@NonNull INode node, @NonNull INode parent,
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/
DRulesEngine.java546 parentRule.onChildInserted(newNode, parentNode, insertType); in callCreateHooks()