Home | History | Annotate | Download | only in widget

Lines Matching refs:containerRight

1007         int containerRight = containerLeft + width;
1015 if (left >= containerLeft && right <= containerRight) {
1018 int delta = goLeft ? (left - containerLeft) : (right - containerRight);