HomeSort by relevance Sort by last modified time
    Searched defs:maxCols (Results 1 - 5 of 5) sorted by null

  /packages/apps/Calendar/src/com/android/calendar/
EventGeometry.java 77 int maxCols = event.getMaxColumns();
100 float colWidth = (float) (cellWidth - (maxCols + 1) * mCellMargin) / (float) maxCols;
Event.java 450 int maxCols = 0;
467 ev.setMaxColumns(maxCols);
469 maxCols = 0;
484 if (maxCols < len)
485 maxCols = len;
488 ev.setMaxColumns(maxCols);
  /frameworks/native/opengl/tests/hwc/
hwcStress.cpp 554 const size_t maxCols = 4; // One more than triple buffering
588 size_t cols = testRandMod((maxCols + 1) - minCols) + minCols;
  /external/webkit/Source/WebCore/rendering/
RenderTable.cpp 828 int maxCols = 0;
833 if (sectionCols > maxCols)
834 maxCols = sectionCols;
838 m_columns.resize(maxCols);
839 m_columnPos.resize(maxCols + 1);
    [all...]
  /external/zxing/core/
core.jar 

Completed in 140 milliseconds