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

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
HorizontalScrollViewRule.java 44 public void onChildInserted(@NonNull INode child, @NonNull INode parent,
46 super.onChildInserted(child, parent, insertType);
ScrollViewRule.java 44 public void onChildInserted(@NonNull INode child, @NonNull INode parent,
46 super.onChildInserted(child, parent, insertType);
TableRowRule.java 46 public void onChildInserted(@NonNull INode child, @NonNull INode parent,
FrameLayoutRule.java 179 public void onChildInserted(@NonNull INode node, @NonNull INode parent,
TableLayoutRule.java 65 public void onChildInserted(@NonNull INode child, @NonNull INode parent,
RelativeLayoutRule.java 241 public void onChildInserted(@NonNull INode node, @NonNull INode parent,
GridLayoutRule.java 342 public void onChildInserted(@NonNull INode node, @NonNull INode parent,
LinearLayoutRule.java 561 public void onChildInserted(@NonNull INode node, @NonNull INode parent,
    [all...]
  /prebuilts/devtools/tools/lib/
rule-api.jar 
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/
RulesEngine.java 493 * {@link IViewRule#onChildInserted} when a new child has been created/pasted/moved, and
546 parentRule.onChildInserted(newNode, parentNode, insertType);
    [all...]

Completed in 514 milliseconds