Searched refs:mDividerHeight (Results 1 – 3 of 3) 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()
460 protected final int mDividerHeight; field in PagedListView.Decoration468 mDividerHeight = mContext.getResources() in Decoration()479 c.drawRect(left, 0, right, mDividerHeight, mPaint); in onDrawOver()487 top = bottom - mDividerHeight; in onDrawOver()
988 field protected final int mDividerHeight;