HomeSort by relevance Sort by last modified time
    Searched refs:colWidth (Results 1 - 16 of 16) sorted by null

  /packages/apps/Calendar/src/com/android/calendar/
EventGeometry.java 100 float colWidth = (float) (cellWidth - (maxCols + 1) * mCellMargin) / (float) maxCols;
101 event.left = left + col * (colWidth + mCellMargin);
102 event.right = event.left + colWidth;
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderMultiColumnBlock.cpp 65 LayoutUnit colWidth = max<LayoutUnit>(1, LayoutUnit(style()->columnWidth()));
72 m_columnCount = max<LayoutUnit>(1, (availWidth + colGap) / (colWidth + colGap));
75 m_columnCount = max<LayoutUnit>(min<LayoutUnit>(colCount, (availWidth + colGap) / (colWidth + colGap)), 1);
RenderTableCell.cpp 119 Length colWidth = tableCol->style()->logicalWidth();
123 if (!colWidth.isFixed()) {
126 return colWidth;
129 colWidthSum += colWidth.value();
    [all...]
RenderBlock.cpp     [all...]
  /external/skia/gm/
shadertext.cpp 184 static const int colWidth = 300;
189 canvas->translate(SkIntToScalar((i / testsPerCol) * colWidth),
196 canvas->translate(SkIntToScalar((i / testsPerCol) * colWidth),
  /frameworks/ex/widget/java/com/android/ex/widget/
StaggeredGridView.java 749 final int colWidth =
775 final int widthSize = colWidth * span + itemMargin * (span - 1);
804 final int childLeft = paddingLeft + col * (colWidth + itemMargin);
885 final int colWidth =
    [all...]
  /packages/apps/DeskClock/src/com/android/deskclock/widget/sgv/
StaggeredGridView.java     [all...]
  /dalvik/opcode-gen/
opcode-gen.awk 236 function colPrint(value, isLast, col, numCols, colWidth, linePrefix) {
240 isLast ? 1 : colWidth, value,
  /external/sqlite/dist/orig/
shell.c 408 int colWidth[100];
428 int colWidth[100]; /* Requested width of each column when in column mode*/
693 if( i<ArraySize(p->colWidth) ){
694 w = p->colWidth[i];
    [all...]
  /external/sqlite/dist/
shell.c 413 int colWidth[100];
433 int colWidth[100]; /* Requested width of each column when in column mode*/
698 if( i<ArraySize(p->colWidth) ){
699 w = p->colWidth[i];
    [all...]
  /external/chromium_org/third_party/sqlite/src/src/
shell.c 391 int colWidth[100];
410 int colWidth[100]; /* Requested width of each column when in column mode*/
676 if( i<ArraySize(p->colWidth) ){
677 w = p->colWidth[i];
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.forms_3.5.2.r36_v20100702.jar 
  /prebuilts/devtools/tools/lib/
jcommon-1.0.12.jar 
ddmuilib.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 

Completed in 742 milliseconds