Lines Matching refs:right

305             // if list is horizontal, matching left edge implies obscured right edge,
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
439 downX = rect.right - 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
522 upX = rect.right - swipeAreaAdjust;
532 * devices configured with right-to-left languages like Arabic and Hebrew.
554 * devices configured with right-to-left languages like Arabic and Hebrew.
569 * account devices configured with right-to-left languages like Arabic and Hebrew.
582 * bottom-most edge in the case of vertical controls, or the right-most edge for
584 * right-to-left languages like Arabic and Hebrew.
603 * bottom-most edge in the case of vertical controls, or the right-most edge for
605 * right-to-left languages like Arabic and Hebrew.
619 * the right-most edge for horizontal controls. Make sure to take into
620 * account devices configured with right-to-left languages like Arabic and Hebrew.