Home
last modified time | relevance | path

Searched refs:totalWidth (Results 1 – 6 of 6) sorted by relevance

/packages/apps/Settings/src/com/android/settings/widget/
DSlidingTabLayout.java90 final int totalWidth = getMeasuredWidth(); in onLayout() local
98 mIndicatorView.layout(totalWidth - indicatorWidth, in onLayout()
99 indicatorBottom - indicatorHeight, totalWidth, in onLayout()
DMatchParentShrinkingLinearLayout.java1060 int widthMeasureSpec, int totalWidth, int heightMeasureSpec, in measureChildBeforeLayout() argument
1062 measureChildWithMargins(child, widthMeasureSpec, totalWidth, in measureChildBeforeLayout()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/widget/
DSlidingTabLayout.java90 final int totalWidth = getMeasuredWidth(); in onLayout() local
98 mIndicatorView.layout(totalWidth - indicatorWidth, in onLayout()
99 indicatorBottom - indicatorHeight, totalWidth, in onLayout()
DMatchParentShrinkingLinearLayout.java1060 int widthMeasureSpec, int totalWidth, int heightMeasureSpec, in measureChildBeforeLayout() argument
1062 measureChildWithMargins(child, widthMeasureSpec, totalWidth, in measureChildBeforeLayout()
/packages/apps/ThemePicker/src/com/android/customization/widget/
DOptionSelectorController.java242 int totalWidth = mContainer.getMeasuredWidth(); in initOptions() local
246 int widthPerItem = totalWidth / mAdapter.getItemCount(); in initOptions()
255 int extraSpace = availableWidth - totalWidth; in initOptions()
/packages/apps/Contacts/src/com/android/contacts/list/
DContactListItemView.java510 final int totalWidth = effectiveWidth - mGapBetweenLabelAndData; in onMeasure() local
511 dataWidth = ((totalWidth * mDataViewWidthWeight) in onMeasure()
513 labelWidth = ((totalWidth * mLabelViewWidthWeight) / in onMeasure()