Home | History | Annotate | Download | only in widget

Lines Matching refs:dividerHeight

175         final int dividerHeight = a.getDimensionPixelSize(
177 if (dividerHeight != 0) {
178 setDividerHeight(dividerHeight);
783 final int dividerHeight = mDividerHeight;
785 fillUp(position - 1, sel.getTop() - dividerHeight);
787 fillDown(position + 1, sel.getBottom() + dividerHeight);
789 fillDown(position + 1, sel.getBottom() + dividerHeight);
791 fillUp(position - 1, sel.getTop() - dividerHeight);
967 final int dividerHeight = mDividerHeight;
970 sel = makeAndAddView(selectedPosition, oldSel.getBottom() + dividerHeight, true,
995 fillUp(mSelectedPosition - 2, sel.getTop() - dividerHeight);
997 fillDown(mSelectedPosition + 1, sel.getBottom() + dividerHeight);
999 fillDown(mSelectedPosition + 1, sel.getBottom() + dividerHeight);
1001 fillUp(mSelectedPosition - 2, sel.getTop() - dividerHeight);
1233 final int dividerHeight = ((mDividerHeight > 0) && mDivider != null) ? mDividerHeight : 0;
1253 returnedHeight += dividerHeight;
1328 final int dividerHeight = mDividerHeight;
1330 above = fillUp(position - 1, temp.getTop() - dividerHeight);
1333 below = fillDown(position + 1, temp.getBottom() + dividerHeight);
1339 below = fillDown(position + 1, temp.getBottom() + dividerHeight);
1342 above = fillUp(position - 1, temp.getTop() - dividerHeight);
3182 final int dividerHeight = mDividerHeight;
3187 final boolean drawDividers = dividerHeight > 0 && mDivider != null;
3236 bounds.top = -dividerHeight;
3254 bounds.bottom = bottom + dividerHeight;
3258 bounds.bottom = bottom + dividerHeight;
3294 bounds.top = top - dividerHeight;
3302 bounds.top = top - dividerHeight;
3318 bounds.bottom = listBottom + dividerHeight;