Home | History | Annotate | Download | only in widget

Lines Matching defs:mDividerHeight

112     int mDividerHeight;
221 delta -= mDividerHeight;
235 delta += mDividerHeight;
660 final int startOffset = count > 0 ? getChildAt(count - 1).getBottom() + mDividerHeight :
669 final int startOffset = count > 0 ? getChildAt(0).getTop() - mDividerHeight :
700 nextTop = child.getBottom() + mDividerHeight;
733 nextBottom = child.getTop() - mDividerHeight;
806 final int dividerHeight = mDividerHeight;
990 final int dividerHeight = mDividerHeight;
1256 final int dividerHeight = ((mDividerHeight > 0) && mDivider != null) ? mDividerHeight : 0;
1351 final int dividerHeight = mDividerHeight;
1421 fillUp(mFirstPosition - 1, firstChild.getTop() - mDividerHeight);
1474 fillDown(lastPosition + 1, lastChild.getBottom() + mDividerHeight);
3122 int edgeOfNewChild = theView.getTop() - mDividerHeight;
3131 int edgeOfNewChild = theView.getBottom() + mDividerHeight;
3233 final int dividerHeight = mDividerHeight;
3437 mDividerHeight = divider.getIntrinsicHeight();
3439 mDividerHeight = 0;
3451 return mDividerHeight;
3461 mDividerHeight = height;
3810 return height + mDividerHeight;
3816 final int dividerHeight = mDividerHeight;