HomeSort by relevance Sort by last modified time
    Searched refs:onResizeBegin (Results 1 - 7 of 7) sorted by null

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
TableRowRule.java 68 public DropFeedback onResizeBegin(INode child, INode parent, SegmentType horizontalEdge,
TableLayoutRule.java 183 public DropFeedback onResizeBegin(INode child, INode parent, SegmentType horizontalEdge,
198 return super.onResizeBegin(child, parent, horizontalEdge, null /*verticalEdge*/,
RelativeLayoutRule.java 288 public DropFeedback onResizeBegin(INode child, INode parent,
BaseLayoutRule.java 633 public DropFeedback onResizeBegin(INode child, INode parent,
    [all...]
BaseViewRule.java     [all...]
  /sdk/rule_api/src/com/android/ide/common/api/
IViewRule.java 303 DropFeedback onResizeBegin(
314 * @param feedback the {@link DropFeedback} object created in {@link #onResizeBegin}
332 * @param feedback the {@link DropFeedback} object created in {@link #onResizeBegin}
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/
RulesEngine.java 463 return rule.onResizeBegin(child, parent, horizontalEdge, verticalEdge,
466 AdtPlugin.log(e, "%s.onResizeBegin() failed: %s", rule.getClass().getSimpleName(),
    [all...]

Completed in 824 milliseconds