Home
last modified time | relevance | path

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

/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/
DSetupLayoutActivity.java141 int totalWidth = getIntrinsicWidth(); in draw() local
148 canvas.drawRect(0, 0, totalWidth, totalHeight, paint); in draw()
157 logo.setBounds(totalWidth - logoPaddingLeftRight - logoWidth, in draw()
159 totalWidth - logoPaddingLeftRight, in draw()
/packages/apps/UnifiedEmail/src/com/android/mail/browse/
DConversationItemView.java1044 float totalWidth = 0; in elideParticipants() local
1059 totalWidth += sPaint.measureText(toHeader.toString()); in elideParticipants()
1075 totalWidth += messageInfoWidth; in elideParticipants()
1111 if (width + totalWidth > mSendersWidth) { in elideParticipants()
1115 width = mSendersWidth - totalWidth; // ellipsis width? in elideParticipants()
1122 totalWidth += width; in elideParticipants()
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
DContactListItemView.java489 final int totalWidth = effectiveWidth - mGapBetweenLabelAndData; in onMeasure() local
490 dataWidth = ((totalWidth * mDataViewWidthWeight) in onMeasure()
492 labelWidth = ((totalWidth * mLabelViewWidthWeight) / in onMeasure()
/packages/apps/Settings/src/com/android/settings/widget/
DMatchParentShrinkingLinearLayout.java1060 int widthMeasureSpec, int totalWidth, int heightMeasureSpec, in measureChildBeforeLayout() argument
1062 measureChildWithMargins(child, widthMeasureSpec, totalWidth, in measureChildBeforeLayout()