HomeSort by relevance Sort by last modified time
    Searched full:totalwidth (Results 26 - 46 of 46) sorted by null

12

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderDeprecatedFlexibleBox.cpp     [all...]
  /frameworks/base/core/java/android/widget/
TableRow.java 192 int widthMeasureSpec, int totalWidth,
248 totalWidth, heightMeasureSpec, totalHeight);
LinearLayout.java     [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/harfbuzz/
FontHarfBuzz.cpp 198 return shaper.totalWidth();
  /frameworks/base/core/java/android/inputmethodservice/
Keyboard.java 619 int totalWidth = 0;
625 totalWidth += key.width;
627 if (totalGap + totalWidth > newWidth) {
629 float scaleFactor = (float)(newWidth - totalGap) / totalWidth;
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/
FontFastPath.cpp 567 float totalWidth = it.m_runWidthSoFar;
568 float pixelAlignedX = floorf(point.x() + totalWidth - afterWidth + LayoutUnit::epsilon());
570 roundf(point.x() + totalWidth - beforeWidth) - pixelAlignedX, h);
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/mac/
ComplexTextController.cpp 685 CGFloat totalWidth = widthSinceLastCommit + advance.width;
686 widthSinceLastCommit = ceilCGFloat(totalWidth);
687 CGFloat extraWidth = widthSinceLastCommit - totalWidth;
  /external/chromium_org/chrome/browser/resources/file_manager/foreground/js/
file_table.js 79 var totalWidth = 0;
84 totalWidth += this.columns_[i].width;
95 positions[i + 1] = ~~(newTotalWidth * sum / totalWidth);
  /external/chromium/chrome/browser/resources/keyboard/
main.js 640 var totalWidth = Math.floor(height * allRows[0].aspect);
641 var leftPadding = Math.floor((newX - totalWidth) / 2);
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
DataGrid.js 489 var totalWidth = 0;
491 totalWidth += widths[i];
494 var width = Math.round(100 * widths[i] / totalWidth);
    [all...]
  /packages/apps/ContactsCommon/src/com/android/contacts/common/list/
ContactListItemView.java 391 final int totalWidth = effectiveWidth - mGapBetweenLabelAndData;
392 dataWidth = ((totalWidth * mDataViewWidthWeight)
394 labelWidth = ((totalWidth * mLabelViewWidthWeight) /
    [all...]
  /external/chromium_org/chrome/browser/resources/options/chromeos/
display_options.js 688 var totalWidth = width + numDisplays * MIRRORING_OFFSET_PIXELS;
697 $('display-options-displays-view').offsetWidth / 2 - totalWidth / 2;
  /cts/tests/tests/widget/src/android/widget/cts/
TextViewTest.java     [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.jface_3.6.1.M20100825-0800.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 

Completed in 290 milliseconds

12