Searched refs:onResizeBegin (Results 1 – 5 of 5) sorted by relevance
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/ |
D | TableLayoutRule.java | 199 public DropFeedback onResizeBegin(@NonNull INode child, @NonNull INode parent, in onResizeBegin() method in TableLayoutRule 215 return super.onResizeBegin(child, parent, horizontalEdge, null /*verticalEdge*/, in onResizeBegin()
|
D | TableRowRule.java | 73 public DropFeedback onResizeBegin(@NonNull INode child, @NonNull INode parent, in onResizeBegin() method in TableRowRule
|
D | RelativeLayoutRule.java | 267 public DropFeedback onResizeBegin(@NonNull INode child, @NonNull INode parent, in onResizeBegin() method in RelativeLayoutRule
|
D | BaseLayoutRule.java | 619 public DropFeedback onResizeBegin(@NonNull INode child, @NonNull INode parent, in onResizeBegin() method in BaseLayoutRule
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/ |
D | RulesEngine.java | 450 return rule.onResizeBegin(child, parent, horizontalEdge, verticalEdge, in callOnResizeBegin()
|