Home | History | Annotate | Download | only in conversation

Lines Matching refs:iconLeft

202         final int iconLeft;
206 iconLeft = (right - left) - getPaddingRight() - iconWidth;
207 contentLeft = iconLeft - contentWidth;
209 iconLeft = getPaddingLeft();
210 contentLeft = iconLeft + iconWidth;
214 iconLeft = getPaddingLeft();
215 contentLeft = iconLeft + iconWidth;
217 iconLeft = (right - left) - getPaddingRight() - iconWidth;
218 contentLeft = iconLeft - contentWidth;
222 mContactIconView.layout(iconLeft, iconTop, iconLeft + iconWidth, iconTop + iconHeight);