HomeSort by relevance Sort by last modified time
    Searched defs:colWidth (Results 1 - 14 of 14) 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 162 static const int colWidth = 300;
167 canvas->translate(SkIntToScalar((i / testsPerCol) * colWidth),
174 canvas->translate(SkIntToScalar((i / testsPerCol) * colWidth),
  /external/skia/samplecode/
SampleShaderText.cpp 170 static const int colWidth = 300;
175 canvas->translate(SkIntToScalar((i / testsPerCol) * colWidth),
182 canvas->translate(SkIntToScalar((i / testsPerCol) * colWidth),
  /packages/apps/FMRadio/src/com/android/fmradio/views/
FmVisualizerView.java 156 float colWidth = ((float) (viewWidth - paddingLeft - paddingRight - COLUME_PADDING_COUNTS
168 float left = paddingLeft + i * (mColumnPadding + colWidth);
169 float right = left + colWidth;
  /frameworks/base/core/java/android/widget/
SimpleMonthView.java 379 final int colWidth = mCellWidth;
386 final int colCenter = colWidth * col + colWidth / 2;
412 final int colWidth = mCellWidth;
419 final int colCenter = colWidth * col + colWidth / 2;
731 final int colWidth = mCellWidth;
734 left = getWidth() - getPaddingRight() - (col + 1) * colWidth;
736 left = getPaddingLeft() + col * colWidth;
745 outBounds.set(left, top, left + colWidth, top + rowHeight)
    [all...]
  /external/deqp/modules/gles31/functional/
es31fGeometryShaderTests.cpp 828 const float colWidth = 2.0f / (float)m_patternMaxEmitCount;
838 output.EmitVertex(vertex->position + tcu::Vec4(2 * ndx * colWidth, 0.0, 0.0, 0.0), vertex->pointSize, vertex->outputs, packets[packetNdx].primitiveIDIn);
839 output.EmitVertex(vertex->position + tcu::Vec4(2 * ndx * colWidth, rowHeight, 0.0, 0.0), vertex->pointSize, vertex->outputs, packets[packetNdx].primitiveIDIn);
865 " const highp float colWidth = 2.0 / float(" << getPatternEmitCount(spec) << ");\n"
877 " gl_Position = gl_in[0].gl_Position + vec4(float(ndx) * 2.0 * colWidth, 0.0, 0.0, 0.0);\n"
881 " gl_Position = gl_in[0].gl_Position + vec4(float(ndx) * 2.0 * colWidth, rowHeight, 0.0, 0.0);\n"
    [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/sqlite/dist/orig/
shell.c 516 int colWidth[100]; /* Column widths prior to ".explain on" */
543 int colWidth[100]; /* Requested width of each column when in column mode*/
846 if( i<ArraySize(p->colWidth) ){
847 w = p->colWidth[i];
    [all...]
  /external/sqlite/dist/
shell.c 522 int colWidth[100]; /* Column widths prior to ".explain on" */
549 int colWidth[100]; /* Requested width of each column when in column mode*/
852 if( i<ArraySize(p->colWidth) ){
853 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 307 milliseconds