Home
last modified time | relevance | path

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

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
DSelectionHandle.java65 boolean isLeft() { in isLeft() method in SelectionHandle.Position
DResizeGesture.java161 int newW = Math.abs(b.w + (direction.isLeft() ? -deltaX : deltaX)); in getNewBounds()
170 if (direction.isLeft()) { in getNewBounds()