HomeSort by relevance Sort by last modified time
    Searched refs:mDividerHeight (Results 1 - 3 of 3) sorted by null

  /frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
LinearLayoutICS.java 39 private final int mDividerWidth, mDividerHeight;
51 mDividerHeight = mDivider.getIntrinsicHeight();
53 mDividerHeight = mDividerWidth = 0;
86 params.topMargin = mDividerHeight;
88 params.bottomMargin = mDividerHeight;
117 bottom = getHeight() - getPaddingBottom() - mDividerHeight;
149 getWidth() - getPaddingRight() - mDividerPadding, top + mDividerHeight);
  /frameworks/base/core/java/android/widget/
ListView.java 109 int mDividerHeight;
214 delta -= mDividerHeight;
228 delta += mDividerHeight;
637 final int startOffset = count > 0 ? getChildAt(count - 1).getBottom() + mDividerHeight :
646 final int startOffset = count > 0 ? getChildAt(0).getTop() - mDividerHeight :
677 nextTop = child.getBottom() + mDividerHeight;
710 nextBottom = child.getTop() - mDividerHeight;
783 final int dividerHeight = mDividerHeight;
    [all...]
LinearLayout.java 163 private int mDividerHeight;
264 mDividerHeight = divider.getIntrinsicHeight();
267 mDividerHeight = 0;
327 final int top = child.getTop() - lp.topMargin - mDividerHeight;
337 bottom = getHeight() - getPaddingBottom() - mDividerHeight;
389 getWidth() - getPaddingRight() - mDividerPadding, top + mDividerHeight);
666 mTotalLength += mDividerHeight;
763 mTotalLength += mDividerHeight;
    [all...]

Completed in 31 milliseconds