Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DListView.java112 int mDividerHeight; field in ListView
221 delta -= mDividerHeight; in adjustViewsUpOrDown()
235 delta += mDividerHeight; in adjustViewsUpOrDown()
660 final int startOffset = count > 0 ? getChildAt(count - 1).getBottom() + mDividerHeight : in fillGap()
669 final int startOffset = count > 0 ? getChildAt(0).getTop() - mDividerHeight : in fillGap()
700 nextTop = child.getBottom() + mDividerHeight; in fillDown()
733 nextBottom = child.getTop() - mDividerHeight; in fillUp()
806 final int dividerHeight = mDividerHeight; in fillAboveAndBelow()
990 final int dividerHeight = mDividerHeight; in moveSelection()
1256 final int dividerHeight = ((mDividerHeight > 0) && mDivider != null) ? mDividerHeight : 0; in measureHeightOfChildren()
[all …]
DLinearLayout.java183 private int mDividerHeight; field in LinearLayout
289 mDividerHeight = divider.getIntrinsicHeight(); in setDividerDrawable()
292 mDividerHeight = 0; in setDividerDrawable()
352 final int top = child.getTop() - lp.topMargin - mDividerHeight; in drawDividersVertical()
362 bottom = getHeight() - getPaddingBottom() - mDividerHeight; in drawDividersVertical()
414 getWidth() - getPaddingRight() - mDividerPadding, top + mDividerHeight); in drawHorizontalDivider() local
692 mTotalLength += mDividerHeight; in measureVertical()
790 mTotalLength += mDividerHeight; in measureVertical()
1553 childTop += mDividerHeight; in layoutVertical()
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
DLinearLayoutCompat.java137 private int mDividerHeight; field in LinearLayoutCompat
235 mDividerHeight = divider.getIntrinsicHeight(); in setDividerDrawable()
238 mDividerHeight = 0; in setDividerDrawable()
298 final int top = child.getTop() - lp.topMargin - mDividerHeight; in drawDividersVertical()
308 bottom = getHeight() - getPaddingBottom() - mDividerHeight; in drawDividersVertical()
360 getWidth() - getPaddingRight() - mDividerPadding, top + mDividerHeight); in drawHorizontalDivider() local
626 mTotalLength += mDividerHeight; in measureVertical()
725 mTotalLength += mDividerHeight; in measureVertical()
1491 childTop += mDividerHeight; in layoutVertical()