Home | History | Annotate | Download | only in widget

Lines Matching defs:mDividerWidth

164     private int mDividerWidth;
274 mDividerWidth = divider.getIntrinsicWidth();
277 mDividerWidth = 0;
314 return mDividerWidth;
370 position = child.getLeft() - lp.leftMargin - mDividerWidth;
384 position = getWidth() - getPaddingRight() - mDividerWidth;
389 position = child.getLeft() - lp.leftMargin - mDividerWidth;
406 left + mDividerWidth, getHeight() - getPaddingBottom() - mDividerPadding);
1325 childLeft += mDividerWidth;