Home | History | Annotate | Download | only in widget

Lines Matching defs:mDividerHeight

183     private int mDividerHeight;
289 mDividerHeight = divider.getIntrinsicHeight();
292 mDividerHeight = 0;
352 final int top = child.getTop() - lp.topMargin - mDividerHeight;
362 bottom = getHeight() - getPaddingBottom() - mDividerHeight;
414 getWidth() - getPaddingRight() - mDividerPadding, top + mDividerHeight);
692 mTotalLength += mDividerHeight;
790 mTotalLength += mDividerHeight;
1553 childTop += mDividerHeight;