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

/frameworks/base/core/java/android/widget/
H A DLinearLayout.java214 private int mDividerWidth; field in class:LinearLayout
336 mDividerWidth = divider.getIntrinsicWidth();
339 mDividerWidth = 0;
387 return mDividerWidth;
455 position = child.getLeft() - lp.leftMargin - mDividerWidth;
469 position = getWidth() - getPaddingRight() - mDividerWidth;
474 position = child.getLeft() - lp.leftMargin - mDividerWidth;
491 left + mDividerWidth, getHeight() - getPaddingBottom() - mDividerPadding);
1118 mTotalLength += mDividerWidth;
1240 mTotalLength += mDividerWidth;
[all...]
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DLinearLayoutCompat.java137 private int mDividerWidth; field in class:LinearLayoutCompat
235 mDividerWidth = divider.getIntrinsicWidth();
238 mDividerWidth = 0;
276 return mDividerWidth;
332 position = child.getLeft() - lp.leftMargin - mDividerWidth;
346 position = getWidth() - getPaddingRight() - mDividerWidth;
351 position = child.getLeft() - lp.leftMargin - mDividerWidth;
368 left + mDividerWidth, getHeight() - getPaddingBottom() - mDividerPadding);
974 mTotalLength += mDividerWidth;
1091 mTotalLength += mDividerWidth;
[all...]

Completed in 10 milliseconds