Home | History | Annotate | Download | only in widget

Lines Matching refs:iconLeft

1578             final int iconLeft;
1584 iconLeft = iconRight - iconWidth;
1586 iconLeft = upOffset + delta;
1587 iconRight = iconLeft + iconWidth;
1589 mIconView.layout(iconLeft, iconTop, iconRight, iconBottom);