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/notification/stack/
DNotificationChildrenContainer.java93 private int mDividerHeight; field in NotificationChildrenContainer
167 mDividerHeight = res.getDimensionPixelOffset( in initDimens()
213 mDividers.get(i).layout(0, 0, getWidth(), mDividerHeight); in onLayout()
248 int dividerHeightSpec = MeasureSpec.makeMeasureSpec(mDividerHeight, MeasureSpec.EXACTLY); in onMeasure()
266 height += child.getMeasuredHeight() + mDividerHeight; in onMeasure()
714 intrinsicHeight += NotificationUtils.interpolate(mChildPadding, mDividerHeight,
717 intrinsicHeight += childrenExpanded ? mDividerHeight : mChildPadding;
723 mNotificationTopPadding + mDividerHeight,
727 ? mNotificationTopPadding + mDividerHeight
771 yPosition += NotificationUtils.interpolate(mChildPadding, mDividerHeight,
[all …]
/frameworks/base/core/java/android/widget/
DListView.java189 int mDividerHeight; field in ListView
300 delta -= mDividerHeight; in adjustViewsUpOrDown()
314 delta += mDividerHeight; in adjustViewsUpOrDown()
752 final int startOffset = count > 0 ? getChildAt(count - 1).getBottom() + mDividerHeight : in fillGap()
761 final int startOffset = count > 0 ? getChildAt(0).getTop() - mDividerHeight : in fillGap()
793 nextTop = child.getBottom() + mDividerHeight; in fillDown()
827 nextBottom = child.getTop() - mDividerHeight; in fillUp()
900 final int dividerHeight = mDividerHeight; in fillAboveAndBelow()
1084 final int dividerHeight = mDividerHeight; in moveSelection()
1401 final int dividerHeight = mDividerHeight; in measureHeightOfChildren()
[all …]
DLinearLayout.java224 private int mDividerHeight; field in LinearLayout
369 mDividerHeight = divider.getIntrinsicHeight(); in setDividerDrawable()
372 mDividerHeight = 0; in setDividerDrawable()
442 final int top = child.getTop() - lp.topMargin - mDividerHeight; in drawDividersVertical()
452 bottom = getHeight() - getPaddingBottom() - mDividerHeight; in drawDividersVertical()
517 getWidth() - getPaddingRight() - mDividerPadding, top + mDividerHeight); in drawHorizontalDivider() local
848 mTotalLength += mDividerHeight; in measureVertical()
949 mTotalLength += mDividerHeight; in measureVertical()
1725 childTop += mDividerHeight; in layoutVertical()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt67430 Landroid/widget/LinearLayout;->mDividerHeight:I