Searched refs:mDividerHeight (Results 1 – 4 of 4) sorted by relevance
39 private final int mDividerHeight; field in NotificationChildrenContainer65 mDividerHeight = getResources().getDimensionPixelSize( in NotificationChildrenContainer()101 mDividers.get(i - 1).layout(0, 0, getWidth(), mDividerHeight); in onLayout()107 mCollapseDivider.layout(0, mCollapseButtonHeight - mDividerHeight, getWidth(), in onLayout()122 int dividerHeightSpec = MeasureSpec.makeMeasureSpec(mDividerHeight, MeasureSpec.EXACTLY); in onMeasure()237 intrinsicHeight += (visibleChildren - 1) * mDividerHeight;295 - (mChildPadding + mDividerHeight) / 2.0f);331 - (mChildPadding + mDividerHeight) / 2.0f + mNotificationAppearDistance;370 - (mChildPadding + mDividerHeight) / 2.0f;
117 int mDividerHeight; field in ListView225 delta -= mDividerHeight; in adjustViewsUpOrDown()239 delta += mDividerHeight; in adjustViewsUpOrDown()664 final int startOffset = count > 0 ? getChildAt(count - 1).getBottom() + mDividerHeight : in fillGap()673 final int startOffset = count > 0 ? getChildAt(0).getTop() - mDividerHeight : in fillGap()704 nextTop = child.getBottom() + mDividerHeight; in fillDown()737 nextBottom = child.getTop() - mDividerHeight; in fillUp()810 final int dividerHeight = mDividerHeight; in fillAboveAndBelow()994 final int dividerHeight = mDividerHeight; in moveSelection()1266 final int dividerHeight = ((mDividerHeight > 0) && mDivider != null) ? mDividerHeight : 0; in measureHeightOfChildren()[all …]
184 private int mDividerHeight; field in LinearLayout292 mDividerHeight = divider.getIntrinsicHeight(); in setDividerDrawable()295 mDividerHeight = 0; in setDividerDrawable()355 final int top = child.getTop() - lp.topMargin - mDividerHeight; in drawDividersVertical()365 bottom = getHeight() - getPaddingBottom() - mDividerHeight; in drawDividersVertical()431 getWidth() - getPaddingRight() - mDividerPadding, top + mDividerHeight); in drawHorizontalDivider() local718 mTotalLength += mDividerHeight; in measureVertical()816 mTotalLength += mDividerHeight; in measureVertical()1582 childTop += mDividerHeight; in layoutVertical()
137 private int mDividerHeight; field in LinearLayoutCompat235 mDividerHeight = divider.getIntrinsicHeight(); in setDividerDrawable()238 mDividerHeight = 0; in setDividerDrawable()298 final int top = child.getTop() - lp.topMargin - mDividerHeight; in drawDividersVertical()308 bottom = getHeight() - getPaddingBottom() - mDividerHeight; in drawDividersVertical()360 getWidth() - getPaddingRight() - mDividerPadding, top + mDividerHeight); in drawHorizontalDivider() local626 mTotalLength += mDividerHeight; in measureVertical()725 mTotalLength += mDividerHeight; in measureVertical()1491 childTop += mDividerHeight; in layoutVertical()