Home | History | Annotate | Download | only in widget

Lines Matching defs:dividerHeight

240             // overridden by android:dividerHeight further down.
256 final int dividerHeight = a.getDimensionPixelSize(
258 if (dividerHeight != 0) {
259 setDividerHeight(dividerHeight);
894 final int dividerHeight = mDividerHeight;
896 fillUp(position - 1, sel.getTop() - dividerHeight);
898 fillDown(position + 1, sel.getBottom() + dividerHeight);
900 fillDown(position + 1, sel.getBottom() + dividerHeight);
902 fillUp(position - 1, sel.getTop() - dividerHeight);
1078 final int dividerHeight = mDividerHeight;
1081 sel = makeAndAddView(selectedPosition, oldSel.getBottom() + dividerHeight, true,
1106 fillUp(mSelectedPosition - 2, sel.getTop() - dividerHeight);
1108 fillDown(mSelectedPosition + 1, sel.getBottom() + dividerHeight);
1110 fillDown(mSelectedPosition + 1, sel.getBottom() + dividerHeight);
1112 fillUp(mSelectedPosition - 2, sel.getTop() - dividerHeight);
1394 final int dividerHeight = mDividerHeight;
1414 returnedHeight += dividerHeight;
1489 final int dividerHeight = mDividerHeight;
1491 above = fillUp(position - 1, temp.getTop() - dividerHeight);
1494 below = fillDown(position + 1, temp.getBottom() + dividerHeight);
1500 below = fillDown(position + 1, temp.getBottom() + dividerHeight);
1503 above = fillUp(position - 1, temp.getTop() - dividerHeight);
3427 final int dividerHeight = mDividerHeight;
3432 final boolean drawDividers = dividerHeight > 0 && mDivider != null;
3481 bounds.top = -dividerHeight;
3506 bounds.bottom = bottom + dividerHeight;
3510 bounds.bottom = bottom + dividerHeight;
3553 bounds.top = top - dividerHeight;
3561 bounds.top = top - dividerHeight;
3577 bounds.bottom = listBottom + dividerHeight;
4013 final int dividerHeight = mDividerHeight;
4018 final boolean drawDividers = dividerHeight > 0 && mDivider != null;