HomeSort by relevance Sort by last modified time
    Searched refs:onChildInserted (Results 1 - 11 of 11) 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) {
FrameLayoutRule.java 171 public void onChildInserted(INode node, INode parent, InsertType insertType) {
TableLayoutRule.java 63 public void onChildInserted(INode child, INode parent, InsertType insertType) {
GridLayoutRule.java 304 public void onChildInserted(INode node, INode parent, InsertType insertType) {
RelativeLayoutRule.java 237 public void onChildInserted(INode node, INode parent, InsertType insertType) {
BaseViewRule.java     [all...]
LinearLayoutRule.java 546 public void onChildInserted(INode node, INode parent, InsertType insertType) {
    [all...]
  /sdk/rule_api/src/com/android/ide/common/api/
IViewRule.java 272 void onChildInserted(INode child, INode parent, InsertType insertType);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/
RulesEngine.java 506 * {@link IViewRule#onChildInserted} when a new child has been created/pasted/moved, and
558 parentRule.onChildInserted(newNode, parentNode, insertType);
    [all...]

Completed in 94 milliseconds