Searched refs:mDividerWidth (Results 1 – 3 of 3) sorted by relevance
42 private final int mDividerWidth; field in DividerRoundedCorner53 mDividerWidth = getResources().getDimensionPixelSize(R.dimen.split_divider_bar_width); in DividerRoundedCorner()140 ? getWidth() / 2 + mDividerWidth / 2 in calculateStartPos()141 : getWidth() / 2 - mDividerWidth / 2 - mRadius; in calculateStartPos()147 ? getHeight() / 2 + mDividerWidth / 2 in calculateStartPos()148 : getHeight() / 2 - mDividerWidth / 2 - mRadius; in calculateStartPos()
223 private int mDividerWidth; field in LinearLayout368 mDividerWidth = divider.getIntrinsicWidth(); in setDividerDrawable()371 mDividerWidth = 0; in setDividerDrawable()419 return mDividerWidth; in getDividerWidth()487 position = child.getLeft() - lp.leftMargin - mDividerWidth; in drawDividersHorizontal()501 position = getWidth() - getPaddingRight() - mDividerWidth; in drawDividersHorizontal()506 position = child.getLeft() - lp.leftMargin - mDividerWidth; in drawDividersHorizontal()523 left + mDividerWidth, getHeight() - getPaddingBottom() - mDividerPadding); in drawVerticalDivider()1191 mTotalLength += mDividerWidth; in measureHorizontal()1313 mTotalLength += mDividerWidth; in measureHorizontal()[all …]
67432 Landroid/widget/LinearLayout;->mDividerWidth:I