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

  /external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/calendar/
CalendarPanel.java 208 int labelHeight = fm.getHeight() + YINSET * 2;
227 double cellHeight = (d.height - labelHeight - 1) / numWeeks;
239 g.fillRect((int)(width), labelHeight ,
242 g.fillRect(0, labelHeight ,
247 g.fillRect(0, (int)(labelHeight + cellHeight),
255 g.fillRect(0, (int)(labelHeight + (numWeeks-1) * cellHeight),
258 g.fillRect(d.width - width, (int)(labelHeight + (numWeeks-1) * cellHeight),
266 int y = (int)(labelHeight + i * cellHeight);
271 g.drawLine(x, labelHeight, x, d.height - 1);
303 int celly = (int)(row * cellHeight + labelHeight);
    [all...]
  /external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/holiday/
HolidayCalendarDemo.java 602 int labelHeight = fm.getHeight() + INSET * 2;
615 double cellHeight = (d.height - labelHeight - 1) / numWeeks;
626 g.fillRect((int)(width), labelHeight ,
630 g.fillRect(0, (int)(labelHeight + cellHeight),
637 g.fillRect(0, (int)(labelHeight + (numWeeks-1) * cellHeight),
644 int y = (int)(labelHeight + i * cellHeight);
649 g.drawLine(x, labelHeight, x, d.height - 1);
667 int y = (int)(cellPos.y * cellHeight + labelHeight);
683 y = (int)((cellPos.y+1) * cellHeight) + labelHeight;
  /prebuilts/devtools/tools/lib/
jfreechart-1.0.9.jar 
  /prebuilts/tools/common/jfreechart/
jfreechart-1.0.9.jar 
  /prebuilts/tools/common/m2/repository/jfree/jfreechart/1.0.9/
jfreechart-1.0.9.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 

Completed in 85 milliseconds