Home | History | Annotate | Download | only in gle2

Lines Matching defs:direction

145         Position direction = mHandle.getPosition();
161 int newW = Math.abs(b.w + (direction.isLeft() ? -deltaX : deltaX));
162 int newH = Math.abs(b.h + (direction.isTop() ? -deltaY : deltaY));
170 if (direction.isLeft()) {
182 } else if (direction.isRight()) {
192 assert direction == Position.BOTTOM_MIDDLE || direction == Position.TOP_MIDDLE;
195 if (direction.isTop()) {
207 } else if (direction.isBottom()) {
217 assert direction == Position.LEFT_MIDDLE || direction == Position.RIGHT_MIDDLE;