Home | History | Annotate | Download | only in folder

Lines Matching defs:direction

488     public void showScrollHint(int direction) {
489 float fraction = (direction == Folder.SCROLL_LEFT) ^ mIsRtl
579 int direction;
586 direction = 1;
604 direction = -1;
624 int rankToMove = moveStart + direction;
652 .translationXBy((direction > 0 ^ mIsRtl) ? -v.getWidth() : v.getWidth())
662 if ((endPos - startPos) * direction <= 0) {
668 for (int i = startPos; i != endPos; i += direction) {
669 int nextPos = i + direction;
672 ((ItemInfo) v.getTag()).rank -= direction;