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/ |
D | TableRowRule.java | 68 public DropFeedback onResizeBegin(INode child, INode parent, SegmentType horizontalEdge, in onResizeBegin() method in TableRowRule
|
D | TableLayoutRule.java | 183 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()
|
D | RelativeLayoutRule.java | 288 public DropFeedback onResizeBegin(INode child, INode parent, in onResizeBegin() method in RelativeLayoutRule
|
D | BaseLayoutRule.java | 633 public DropFeedback onResizeBegin(INode child, INode parent, in onResizeBegin() method in BaseLayoutRule
|
D | BaseViewRule.java | 1028 public DropFeedback onResizeBegin(INode child, INode parent, SegmentType horizontalEdge, in onResizeBegin() method in BaseViewRule
|
/sdk/rule_api/src/com/android/ide/common/api/ |
D | IViewRule.java | 303 DropFeedback onResizeBegin( in onResizeBegin() method
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/ |
D | RulesEngine.java | 463 return rule.onResizeBegin(child, parent, horizontalEdge, verticalEdge, in callOnResizeBegin()
|