HomeSort by relevance Sort by last modified time
    Searched defs:totalWidth (Results 1 - 25 of 26) sorted by null

1 2

  /cts/tests/tests/text/src/android/text/method/cts/
TouchTest.java 192 float totalWidth = 0f;
196 totalWidth += f;
198 return (int) totalWidth;
  /frameworks/base/tools/layoutlib/studio-custom-widgets/src/com/android/tools/idea/editors/theme/widgets/
ThemePreviewLayout.java 158 int totalWidth = mNumColumns * itemWidth + horizontalMarginsTotalWidth +
163 setMeasuredDimension(resolveSize(totalWidth, widthMeasureSpec),
  /packages/apps/Settings/src/com/android/settings/widget/
SlidingTabLayout.java 89 final int totalWidth = getMeasuredWidth();
97 mIndicatorView.layout(totalWidth - indicatorWidth,
98 indicatorBottom - indicatorHeight, totalWidth,
  /frameworks/support/design/src/android/support/design/internal/
BottomNavigationMenuView.java 140 int totalWidth = 0;
150 totalWidth += child.getMeasuredWidth();
153 ViewCompat.resolveSizeAndState(totalWidth,
154 MeasureSpec.makeMeasureSpec(totalWidth, MeasureSpec.EXACTLY), 0),
  /frameworks/base/core/java/android/view/
NotificationHeaderView.java 138 int totalWidth = getPaddingStart() + getPaddingEnd();
151 totalWidth += lp.leftMargin + lp.rightMargin + child.getMeasuredWidth();
153 if (totalWidth > givenWidth) {
154 int overFlow = totalWidth - givenWidth;
  /frameworks/base/core/java/android/widget/
TableLayout.java 453 int widthMeasureSpec, int totalWidth,
462 widthMeasureSpec, totalWidth, heightMeasureSpec, totalHeight);
559 int totalWidth = 0;
561 totalWidth += width;
566 if ((totalWidth > size) && (mShrinkAllColumns || mShrinkableColumns.size() > 0)) {
569 mutateColumnsWidth(mShrinkableColumns, mShrinkAllColumns, size, totalWidth);
570 } else if ((totalWidth < size) && (mStretchAllColumns || mStretchableColumns.size() > 0)) {
573 mutateColumnsWidth(mStretchableColumns, mStretchAllColumns, size, totalWidth);
578 boolean allColumns, int size, int totalWidth) {
583 final int totalExtraSpace = size - totalWidth;
    [all...]
  /frameworks/base/core/java/android/inputmethodservice/
Keyboard.java 632 int totalWidth = 0;
638 totalWidth += key.width;
640 if (totalGap + totalWidth > newWidth) {
642 float scaleFactor = (float)(newWidth - totalGap) / totalWidth;
    [all...]
  /cts/tests/tests/graphics/src/android/graphics/cts/
PaintTest.java 77 float totalWidth = 0.0f;
79 totalWidth += widths[i];
84 assertBreakText(text, textChars, textSpan, i, i + 1, true, totalWidth, 1, widths[i]);
88 assertBreakText(text, textChars, textSpan, 0, 0, true, totalWidth, 0, 0);
91 assertBreakText(text, textChars, textSpan, 0, 3, true, totalWidth,
95 assertBreakText(text, textChars, textSpan, 0, 3, false, totalWidth,
99 assertBreakText(text, textChars, textSpan, 5, 7, true, totalWidth,
103 assertBreakText(text, textChars, textSpan, 5, 7, false, totalWidth,
107 assertBreakText(text, textChars, textSpan, 2, 5, true, totalWidth,
111 assertBreakText(text, textChars, textSpan, 2, 5, false, totalWidth,
    [all...]
  /frameworks/opt/photoviewer/src/com/android/ex/photo/
PhotoViewController.java     [all...]
  /packages/apps/ContactsCommon/src/com/android/contacts/common/list/
ContactListItemView.java 489 final int totalWidth = effectiveWidth - mGapBetweenLabelAndData;
490 dataWidth = ((totalWidth * mDataViewWidthWeight)
492 labelWidth = ((totalWidth * mLabelViewWidthWeight) /
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
ConversationItemView.java     [all...]
  /external/pdfium/core/src/fpdfapi/fpdf_parser/
fpdf_parser_parser.cpp     [all...]
  /prebuilts/devtools/tools/lib/
jcommon-1.0.12.jar 
org-eclipse-jface-3.6.2.jar 
  /prebuilts/tools/common/jfreechart/
jcommon-1.0.12.jar 
  /prebuilts/tools/common/m2/repository/jfree/jcommon/1.0.12/
jcommon-1.0.12.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 
org.eclipse.jface_3.6.1.M20100825-0800.jar 
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
  /prebuilts/sdk/current/support/design/libs/
android-support-design.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar 
org.eclipse.jface_3.6.2.M20110210-1200.jar 
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/org-eclipse-jface/3.6.2/
org-eclipse-jface-3.6.2.jar 
  /prebuilts/sdk/current/support/v7/appcompat/libs/
android-support-v7-appcompat.jar 
  /prebuilts/tools/common/m2/repository/itext/itext/2.0.8/
itext-2.0.8.jar 

Completed in 1015 milliseconds

1 2