Searched refs:mDividerWidth (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/widget/
H A DLinearLayout.java162 private int mDividerWidth; field in class:LinearLayout
263 mDividerWidth = divider.getIntrinsicWidth();
266 mDividerWidth = 0;
303 return mDividerWidth;
359 position = child.getLeft() - lp.leftMargin - mDividerWidth;
373 position = getWidth() - getPaddingRight() - mDividerWidth;
378 position = child.getLeft() - lp.leftMargin - mDividerWidth;
395 left + mDividerWidth, getHeight() - getPaddingBottom() - mDividerPadding);
1007 mTotalLength += mDividerWidth;
1122 mTotalLength += mDividerWidth;
[all...]

Completed in 616 milliseconds