Home | History | Annotate | Download | only in widget

Lines Matching defs:mDividerHeight

119     int mDividerHeight;
227 delta -= mDividerHeight;
241 delta += mDividerHeight;
666 final int startOffset = count > 0 ? getChildAt(count - 1).getBottom() + mDividerHeight :
675 final int startOffset = count > 0 ? getChildAt(0).getTop() - mDividerHeight :
706 nextTop = child.getBottom() + mDividerHeight;
739 nextBottom = child.getTop() - mDividerHeight;
812 final int dividerHeight = mDividerHeight;
996 final int dividerHeight = mDividerHeight;
1312 final int dividerHeight = mDividerHeight;
1407 final int dividerHeight = mDividerHeight;
1477 fillUp(mFirstPosition - 1, firstChild.getTop() - mDividerHeight);
1530 fillDown(lastPosition + 1, lastChild.getBottom() + mDividerHeight);
3234 int edgeOfNewChild = theView.getTop() - mDividerHeight;
3243 int edgeOfNewChild = theView.getBottom() + mDividerHeight;
3345 final int dividerHeight = mDividerHeight;
3554 mDividerHeight = divider.getIntrinsicHeight();
3556 mDividerHeight = 0;
3568 return mDividerHeight;
3578 mDividerHeight = height;
3927 return height + mDividerHeight;
3933 final int dividerHeight = mDividerHeight;