Home
last modified time | relevance | path

Searched refs:snapHorizontal (Results 1 – 3 of 3) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/relative/
DResizeHandler.java130 protected void snapHorizontal(Segment hEdge, int y, Rect newBounds) { in snapHorizontal() method in ResizeHandler
225 snapHorizontal(hEdge, match.edge.at, newBounds); in updateResize()
DMoveHandler.java139 protected void snapHorizontal(Segment hEdge, int y, Rect newBounds) { in snapHorizontal() method in MoveHandler
262 snapHorizontal(match.with, match.edge.at, mBounds); in updateMove()
DGuidelineHandler.java391 protected void snapHorizontal(Segment hEdge, int y, Rect newBounds) { in snapHorizontal() method in GuidelineHandler