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

  /frameworks/base/core/java/android/widget/
ListView.java 106 int mDividerHeight;
211 delta -= mDividerHeight;
225 delta += mDividerHeight;
634 final int startOffset = count > 0 ? getChildAt(count - 1).getBottom() + mDividerHeight :
643 final int startOffset = count > 0 ? getChildAt(0).getTop() - mDividerHeight :
674 nextTop = child.getBottom() + mDividerHeight;
707 nextBottom = child.getTop() - mDividerHeight;
780 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;
375 getWidth() - getPaddingRight() - mDividerPadding, top + mDividerHeight);
652 mTotalLength += mDividerHeight;
749 mTotalLength += mDividerHeight;
    [all...]

Completed in 141 milliseconds