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

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/relative/
ResizeHandler.java 130 protected void snapHorizontal(Segment hEdge, int y, Rect newBounds) {
132 if (hEdge.edgeType == TOP) {
140 } else if (hEdge.edgeType == BOTTOM) {
148 assert false : hEdge;
188 Segment hEdge = null;
196 hEdge = new Segment(b.y, b.x, b.x2(), child, childId, mHorizontalEdgeType, NO_MARGIN);
198 hEdge = new Segment(b.y2(), b.x, b.x2(), child, childId, mHorizontalEdgeType,
214 if (hEdge != null && mHorizontalEdges.size() > 0) {
216 mHorizontalSuggestions = findClosest(hEdge, mHorizontalEdges);
225 snapHorizontal(hEdge, match.edge.at, newBounds)
    [all...]
MoveHandler.java 139 protected void snapHorizontal(Segment hEdge, int y, Rect newBounds) {
141 if (hEdge.edgeType == TOP) {
148 } else if (hEdge.edgeType == BOTTOM) {
155 } else if (hEdge.edgeType == CENTER_HORIZONTAL) {
163 } else if (hEdge.edgeType == BASELINE) {
166 assert false : hEdge;
GuidelineHandler.java 391 protected void snapHorizontal(Segment hEdge, int y, Rect newBounds) {
    [all...]

Completed in 163 milliseconds