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

/frameworks/base/core/java/android/widget/
H A DListView.java112 int mDividerHeight; field in class:ListView
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 >
[all...]
H A DLinearLayout.java183 private int mDividerHeight; field in class:LinearLayout
289 mDividerHeight = divider.getIntrinsicHeight();
292 mDividerHeight = 0;
352 final int top = child.getTop() - lp.topMargin - mDividerHeight;
362 bottom = getHeight() - getPaddingBottom() - mDividerHeight;
414 getWidth() - getPaddingRight() - mDividerPadding, top + mDividerHeight);
692 mTotalLength += mDividerHeight;
790 mTotalLength += mDividerHeight;
1553 childTop += mDividerHeight;
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DLinearLayoutCompat.java137 private int mDividerHeight; field in class:LinearLayoutCompat
235 mDividerHeight = divider.getIntrinsicHeight();
238 mDividerHeight = 0;
298 final int top = child.getTop() - lp.topMargin - mDividerHeight;
308 bottom = getHeight() - getPaddingBottom() - mDividerHeight;
360 getWidth() - getPaddingRight() - mDividerPadding, top + mDividerHeight);
626 mTotalLength += mDividerHeight;
725 mTotalLength += mDividerHeight;
1491 childTop += mDividerHeight;

Completed in 207 milliseconds