HomeSort by relevance Sort by last modified time
    Searched defs:onChildInserted (Results 1 - 9 of 9) sorted by null

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
HorizontalScrollViewRule.java 42 public void onChildInserted(INode child, INode parent, InsertType insertType) {
43 super.onChildInserted(child, parent, insertType);
ScrollViewRule.java 40 public void onChildInserted(INode child, INode parent, InsertType insertType) {
41 super.onChildInserted(child, parent, insertType);
TableRowRule.java 44 public void onChildInserted(INode child, INode parent, InsertType insertType) {
TableLayoutRule.java 63 public void onChildInserted(INode child, INode parent, InsertType insertType) {
RelativeLayoutRule.java 238 public void onChildInserted(INode node, INode parent, InsertType insertType) {
GridLayoutRule.java 322 public void onChildInserted(INode node, INode parent, InsertType insertType) {
  /sdk/rule_api/src/com/android/ide/common/api/
AbstractViewRule.java 113 public void onChildInserted(INode child, INode parent, InsertType insertType) {
IViewRule.java 289 void onChildInserted(@NonNull INode child, @NonNull INode parent,
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/
RulesEngine.java 465 * {@link IViewRule#onChildInserted} when a new child has been created/pasted/moved, and
518 parentRule.onChildInserted(newNode, parentNode, insertType);
    [all...]

Completed in 194 milliseconds