Searched refs:mDividerHeight (Results 1 - 8 of 8) sorted by relevance

/frameworks/opt/setupwizard/library/recyclerview/src/com/android/setupwizardlib/
H A DDividerItemDecoration.java84 private int mDividerHeight; field in class:DividerItemDecoration
115 final int dividerHeight = mDividerHeight != 0 ? mDividerHeight : mDividerIntrinsicHeight;
130 outRect.bottom = mDividerHeight != 0 ? mDividerHeight : mDividerIntrinsicHeight;
214 mDividerHeight = dividerHeight;
221 return mDividerHeight;
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
H A DNotificationChildrenContainer.java69 private int mDividerHeight; field in class:NotificationChildrenContainer
132 mDividerHeight = res.getDimensionPixelSize(
162 mDividers.get(i).layout(0, 0, getWidth(), mDividerHeight);
201 int dividerHeightSpec = MeasureSpec.makeMeasureSpec(mDividerHeight, MeasureSpec.EXACTLY);
219 height += child.getMeasuredHeight() + mDividerHeight;
528 intrinsicHeight += NotificationUtils.interpolate(mChildPadding, mDividerHeight,
531 intrinsicHeight += childrenExpanded ? mDividerHeight : mChildPadding;
537 mNotificatonTopPadding + mDividerHeight,
541 ? mNotificatonTopPadding + mDividerHeight
587 yPosition += NotificationUtils.interpolate(mChildPadding, mDividerHeight,
[all...]
/frameworks/support/preference/src/main/java/androidx/preference/
H A DPreferenceFragment.java775 private int mDividerHeight; field in class:PreferenceFragment.DividerDecoration
789 mDivider.setBounds(0, top, width, top + mDividerHeight);
799 outRect.bottom = mDividerHeight;
823 mDividerHeight = divider.getIntrinsicHeight();
825 mDividerHeight = 0;
832 mDividerHeight = dividerHeight;
H A DPreferenceFragmentCompat.java775 private int mDividerHeight; field in class:PreferenceFragmentCompat.DividerDecoration
789 mDivider.setBounds(0, top, width, top + mDividerHeight);
799 outRect.bottom = mDividerHeight;
823 mDividerHeight = divider.getIntrinsicHeight();
825 mDividerHeight = 0;
832 mDividerHeight = dividerHeight;
/frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/widget/
H A DLinearLayoutCompat.java140 private int mDividerHeight; field in class:LinearLayoutCompat
238 mDividerHeight = divider.getIntrinsicHeight();
241 mDividerHeight = 0;
302 final int top = child.getTop() - lp.topMargin - mDividerHeight;
312 bottom = getHeight() - getPaddingBottom() - mDividerHeight;
364 getWidth() - getPaddingRight() - mDividerPadding, top + mDividerHeight);
631 mTotalLength += mDividerHeight;
730 mTotalLength += mDividerHeight;
1495 childTop += mDividerHeight;
/frameworks/base/core/java/android/widget/
H A DListView.java188 int mDividerHeight; field in class:ListView
296 delta -= mDividerHeight;
310 delta += mDividerHeight;
748 final int startOffset = count > 0 ? getChildAt(count - 1).getBottom() + mDividerHeight :
757 final int startOffset = count > 0 ? getChildAt(0).getTop() - mDividerHeight :
788 nextTop = child.getBottom() + mDividerHeight;
821 nextBottom = child.getTop() - mDividerHeight;
894 final int dividerHeight = mDividerHeight;
1078 final int dividerHeight = mDividerHeight;
1394 final int dividerHeight = mDividerHeight;
[all...]
H A DLinearLayout.java214 private int mDividerHeight; field in class:LinearLayout
356 mDividerHeight = divider.getIntrinsicHeight();
359 mDividerHeight = 0;
429 final int top = child.getTop() - lp.topMargin - mDividerHeight;
439 bottom = getHeight() - getPaddingBottom() - mDividerHeight;
504 getWidth() - getPaddingRight() - mDividerPadding, top + mDividerHeight);
795 mTotalLength += mDividerHeight;
896 mTotalLength += mDividerHeight;
1652 childTop += mDividerHeight;
/frameworks/support/car/src/main/java/androidx/car/widget/
H A DPagedListView.java1315 private final int mDividerHeight; field in class:PagedListView.DividerDecoration
1345 mDividerHeight = mContext.getResources().getDimensionPixelSize(
1425 int bottom = container.getBottom() + (spacing + mDividerHeight) / 2;
1426 int top = bottom - mDividerHeight;
1443 outRect.bottom = mDividerHeight;

Completed in 157 milliseconds