Searched refs:totalWidth (Results 1 – 5 of 5) sorted by relevance
90 final int totalWidth = getMeasuredWidth(); in onLayout() local98 mIndicatorView.layout(totalWidth - indicatorWidth, in onLayout()99 indicatorBottom - indicatorHeight, totalWidth, in onLayout()
1060 int widthMeasureSpec, int totalWidth, int heightMeasureSpec, in measureChildBeforeLayout() argument1062 measureChildWithMargins(child, widthMeasureSpec, totalWidth, in measureChildBeforeLayout()
459 int totalWidth = getMeasuredWidth() - getPaddingLeft() - getPaddingRight();460 int iconPadding = totalWidth / grid.numShownAllAppsColumns - grid.allAppsIconSizePx;461 return totalWidth - iconPadding - grid.allAppsIconDrawablePaddingPx;
308 int totalWidth = mContainer.getMeasuredWidth(); in initOptions() local325 int extraSpace = availableWidth - totalWidth; in initOptions()
510 final int totalWidth = effectiveWidth - mGapBetweenLabelAndData; in onMeasure() local511 dataWidth = ((totalWidth * mDataViewWidthWeight) in onMeasure()513 labelWidth = ((totalWidth * mLabelViewWidthWeight) / in onMeasure()