HomeSort by relevance Sort by last modified time
    Searched defs:colWidth (Results 1 - 13 of 13) 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/skia/gm/
shadertext.cpp 184 static const int colWidth = 300;
189 canvas->translate(SkIntToScalar((i / testsPerCol) * colWidth),
196 canvas->translate(SkIntToScalar((i / testsPerCol) * colWidth),
  /external/webkit/Source/WebCore/rendering/
RenderFrameSet.cpp 551 int colWidth = -1;
555 colWidth = l.value();
557 if (colWidth && rowHeight) {
RenderTableCell.cpp 101 Length colWidth = tableCol->style()->logicalWidth();
105 if (!colWidth.isFixed()) {
108 return colWidth;
111 colWidthSum = Length(colWidthSum.value() + colWidth.value(), Fixed);
    [all...]
RenderBlock.cpp     [all...]
  /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...]
  /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...]
  /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 101 milliseconds