Home
last modified time | relevance | path

Searched refs:onResizeBegin (Results 1 – 7 of 7) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
DTableRowRule.java68 public DropFeedback onResizeBegin(INode child, INode parent, SegmentType horizontalEdge, in onResizeBegin() method in TableRowRule
DTableLayoutRule.java183 public DropFeedback onResizeBegin(INode child, INode parent, SegmentType horizontalEdge, in onResizeBegin() method in TableLayoutRule
198 return super.onResizeBegin(child, parent, horizontalEdge, null /*verticalEdge*/, in onResizeBegin()
DRelativeLayoutRule.java288 public DropFeedback onResizeBegin(INode child, INode parent, in onResizeBegin() method in RelativeLayoutRule
DBaseLayoutRule.java633 public DropFeedback onResizeBegin(INode child, INode parent, in onResizeBegin() method in BaseLayoutRule
DBaseViewRule.java1028 public DropFeedback onResizeBegin(INode child, INode parent, SegmentType horizontalEdge, in onResizeBegin() method in BaseViewRule
/sdk/rule_api/src/com/android/ide/common/api/
DIViewRule.java303 DropFeedback onResizeBegin( in onResizeBegin() method
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/
DRulesEngine.java463 return rule.onResizeBegin(child, parent, horizontalEdge, verticalEdge, in callOnResizeBegin()