Lines Matching full:direction
39 import android.graphics.Path.Direction;
1520 path.addRect(r.left, r.top, r.right, r.bottom, Direction.CW);
1790 path.addRect(left, top, right, bottom, Direction.CW);
2154 // Take the closest neighbor in the y direction.
2168 // Pick the closest in the x direction
2178 // Take the closest neighbor in the y direction.
2192 // Pick the closest in the x direction
2496 // If we haven't figured out the predominant scroll direction yet,
2516 // changed the direction of scrolling so that the other week
2520 int direction = (distanceX > 0) ? 1 : -1;
2521 if (direction != mPreviousDirection) {
2522 // The user has switched the direction of scrolling
2525 mPreviousDirection = direction;