Home
last modified time | relevance | path

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/
DTableLayoutRule.java199 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()
DTableRowRule.java73 public DropFeedback onResizeBegin(@NonNull INode child, @NonNull INode parent, in onResizeBegin() method in TableRowRule
DRelativeLayoutRule.java267 public DropFeedback onResizeBegin(@NonNull INode child, @NonNull INode parent, in onResizeBegin() method in RelativeLayoutRule
DBaseLayoutRule.java619 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/
DRulesEngine.java450 return rule.onResizeBegin(child, parent, horizontalEdge, verticalEdge, in callOnResizeBegin()