HomeSort by relevance Sort by last modified time
    Searched defs:onResizeBegin (Results 1 - 6 of 6) 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 186 public DropFeedback onResizeBegin(INode child, INode parent, SegmentType horizontalEdge,
201 return super.onResizeBegin(child, parent, horizontalEdge, null /*verticalEdge*/,
BaseLayoutRule.java 609 public DropFeedback onResizeBegin(INode child, INode parent,
    [all...]
RelativeLayoutRule.java 289 public DropFeedback onResizeBegin(INode child, INode parent,
  /sdk/rule_api/src/com/android/ide/common/api/
AbstractViewRule.java 124 public DropFeedback onResizeBegin(INode child, INode parent, SegmentType horizontalEdge,
IViewRule.java 322 DropFeedback onResizeBegin(
336 * @param feedback the {@link DropFeedback} object created in {@link #onResizeBegin}
358 * @param feedback the {@link DropFeedback} object created in {@link #onResizeBegin}

Completed in 538 milliseconds