Lines Matching refs:left

305             // if list is horizontal, matching left edge implies obscured right edge,
307 shouldSwipeForward = actual.left == visible.left;
373 * right to left. Make sure to take into account devices configured with
374 * right-to-left languages like Arabic and Hebrew.
389 * right to left. Make sure to take into account devices configured with
390 * right-to-left languages like Arabic and Hebrew.
404 * right to left. Make sure to take into account devices configured with
405 * right-to-left languages like Arabic and Hebrew.
437 // scroll horizontally: swipe right -> left
438 // TODO: Assuming device is not in right to left language
441 upX = rect.left + swipeAreaAdjust;
452 * left to right. Make sure to take into account devices configured with
453 * right-to-left languages like Arabic and Hebrew.
468 * left to right. Make sure to take into account devices configured with
469 * right-to-left languages like Arabic and Hebrew.
483 * left to right. Make sure to take into account devices configured with
484 * right-to-left languages like Arabic and Hebrew.
518 // scroll horizontally: swipe left -> right
519 // TODO: Assuming device is not in right to left language
520 downX = rect.left + swipeAreaAdjust;
531 * left-most edge for horizontal controls. Make sure to take into account
532 * devices configured with right-to-left languages like Arabic and Hebrew.
553 * left-most edge for horizontal controls. Make sure to take into account
554 * devices configured with right-to-left languages like Arabic and Hebrew.
568 * the left-most edge for horizontal controls. Make sure to take into
569 * account devices configured with right-to-left languages like Arabic and Hebrew.
584 * right-to-left languages like Arabic and Hebrew.
605 * right-to-left languages like Arabic and Hebrew.
620 * account devices configured with right-to-left languages like Arabic and Hebrew.