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

/frameworks/base/core/java/android/widget/
H A DLinearLayout.java183 private int mDividerWidth; field in class:LinearLayout
291 mDividerWidth = divider.getIntrinsicWidth();
294 mDividerWidth = 0;
331 return mDividerWidth;
401 position = child.getLeft() - lp.leftMargin - mDividerWidth;
415 position = getWidth() - getPaddingRight() - mDividerWidth;
420 position = child.getLeft() - lp.leftMargin - mDividerWidth;
437 left + mDividerWidth, getHeight() - getPaddingBottom() - mDividerPadding);
1062 mTotalLength += mDividerWidth;
1182 mTotalLength += mDividerWidth;
[all...]
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DLinearLayoutCompat.java136 private int mDividerWidth; field in class:LinearLayoutCompat
234 mDividerWidth = divider.getIntrinsicWidth();
237 mDividerWidth = 0;
274 return mDividerWidth;
330 position = child.getLeft() - lp.leftMargin - mDividerWidth;
344 position = getWidth() - getPaddingRight() - mDividerWidth;
349 position = child.getLeft() - lp.leftMargin - mDividerWidth;
366 left + mDividerWidth, getHeight() - getPaddingBottom() - mDividerPadding);
972 mTotalLength += mDividerWidth;
1090 mTotalLength += mDividerWidth;
[all...]

Completed in 49 milliseconds