Home
last modified time | relevance | path

Searched refs:mDividerHeight (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
DNotificationChildrenContainer.java39 private final int mDividerHeight; field in NotificationChildrenContainer
65 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;
/frameworks/base/core/java/android/widget/
DListView.java117 int mDividerHeight; field in ListView
225 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 …]
DLinearLayout.java184 private int mDividerHeight; field in LinearLayout
292 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() local
718 mTotalLength += mDividerHeight; in measureVertical()
816 mTotalLength += mDividerHeight; in measureVertical()
1582 childTop += mDividerHeight; in layoutVertical()
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
DLinearLayoutCompat.java137 private int mDividerHeight; field in LinearLayoutCompat
235 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() local
626 mTotalLength += mDividerHeight; in measureVertical()
725 mTotalLength += mDividerHeight; in measureVertical()
1491 childTop += mDividerHeight; in layoutVertical()