Home | History | Annotate | Download | only in widget

Lines Matching refs:containerRight

1036         int containerRight = containerLeft + width;
1044 if (left >= containerLeft && right <= containerRight) {
1047 int delta = goLeft ? (left - containerLeft) : (right - containerRight);