Searched refs:mDividerHeight (Results 1 - 3 of 3) sorted by relevance

/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
H A DLinearLayoutICS.java39 private final int mDividerWidth, mDividerHeight; field in class:LinearLayoutICS
51 mDividerHeight = mDivider.getIntrinsicHeight();
53 mDividerHeight = mDividerWidth = 0;
94 params.topMargin = mDividerHeight;
96 params.bottomMargin = mDividerHeight;
126 bottom = getHeight() - getPaddingBottom() - mDividerHeight;
159 getWidth() - getPaddingRight() - mDividerPadding, top + mDividerHeight);
/frameworks/base/core/java/android/widget/
H A DListView.java111 int mDividerHeight; field in class:ListView
216 delta -= mDividerHeight;
230 delta += mDividerHeight;
653 final int startOffset = count > 0 ? getChildAt(count - 1).getBottom() + mDividerHeight :
662 final int startOffset = count > 0 ? getChildAt(0).getTop() - mDividerHeight :
693 nextTop = child.getBottom() + mDividerHeight;
726 nextBottom = child.getTop() - mDividerHeight;
799 final int dividerHeight = mDividerHeight;
983 final int dividerHeight = mDividerHeight;
1249 final int dividerHeight = ((mDividerHeight >
[all...]
H A DLinearLayout.java163 private int mDividerHeight; field in class:LinearLayout
264 mDividerHeight = divider.getIntrinsicHeight();
267 mDividerHeight = 0;
327 final int top = child.getTop() - lp.topMargin - mDividerHeight;
337 bottom = getHeight() - getPaddingBottom() - mDividerHeight;
389 getWidth() - getPaddingRight() - mDividerPadding, top + mDividerHeight);
666 mTotalLength += mDividerHeight;
763 mTotalLength += mDividerHeight;
1521 childTop += mDividerHeight;

Completed in 47 milliseconds