Home
last modified time | relevance | path

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

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
DSelectionHandles.java103 int mx = (x1 + x2) / 2; in createHandles() local
125 mHandles.add(new SelectionHandle(mx, y1, Position.TOP_MIDDLE)); in createHandles()
128 mHandles.add(new SelectionHandle(mx, y2, Position.BOTTOM_MIDDLE)); in createHandles()