Searched refs:mDividerHeight (Results 1 – 4 of 4) sorted by relevance
165 private int mDividerHeight; field in MatchParentShrinkingLinearLayout275 mDividerHeight = divider.getIntrinsicHeight(); in setDividerDrawable()278 mDividerHeight = 0; in setDividerDrawable()338 final int top = child.getTop() - lp.topMargin - mDividerHeight; in drawDividersVertical()348 bottom = getHeight() - getPaddingBottom() - mDividerHeight; in drawDividersVertical()400 getWidth() - getPaddingRight() - mDividerPadding, top + mDividerHeight); in drawHorizontalDivider() local678 mTotalLength += mDividerHeight; in measureVertical()776 mTotalLength += mDividerHeight; in measureVertical()1179 childTop += mDividerHeight; in layoutVertical()
463 protected final int mDividerHeight; field in PagedListView.Decoration471 mDividerHeight = mContext.getResources() in Decoration()482 c.drawRect(left, 0, right, mDividerHeight, mPaint); in onDrawOver()490 top = bottom - mDividerHeight; in onDrawOver()
306 int top = bottom - mDividerHeight; in onDrawOver()
313 int top = bottom - mDividerHeight; in onDrawOver()