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

  /packages/apps/Calendar/src/com/android/calendar/
EventGeometry.java 100 float colWidth = (float) (cellWidth - 2 * mCellMargin) / (float) maxCols;
101 event.left = left + mCellMargin + col * colWidth;
102 event.right = event.left + colWidth;
  /external/webkit/WebCore/rendering/
RenderFrameSet.cpp 550 int colWidth = -1;
554 colWidth = l.value();
556 if (colWidth && rowHeight) {
RenderBlock.cpp     [all...]
  /external/sqlite/dist/
shell.c     [all...]
  /prebuilt/common/jfreechart/
jcommon-1.0.12.jar 

Completed in 725 milliseconds