Searched refs:mDividerHeight (Results 1 – 3 of 3) sorted by relevance
112 int mDividerHeight; field in ListView221 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 …]
183 private int mDividerHeight; field in LinearLayout289 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() local692 mTotalLength += mDividerHeight; in measureVertical()790 mTotalLength += mDividerHeight; in measureVertical()1553 childTop += mDividerHeight; in layoutVertical()
137 private int mDividerHeight; field in LinearLayoutCompat235 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() local626 mTotalLength += mDividerHeight; in measureVertical()725 mTotalLength += mDividerHeight; in measureVertical()1491 childTop += mDividerHeight; in layoutVertical()