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

  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/
LineGraph.java 74 int titleHeight= ee.y;
91 int bottom= bounds.height - titleHeight - PADDING;
98 //g.drawString(fTitle, (bounds.width - titleWidth) / 2, titleHeight, true);
101 g.drawString(smin, PADDING/2+labelWidth-emin.x, bottom-titleHeight, true);
145 shift= -(2*titleHeight+3); // above dot
148 g.drawString(thisItem.description, xposition+2, yposition+shift+titleHeight, true);
TimeLineGraph.java 38 int titleHeight= ee.y;
55 int bottom= bounds.height - titleHeight - PADDING;
65 g.drawString(smin, PADDING/2+labelWidth-emin.x, bottom-titleHeight, true);
67 g.drawString("TIME (not drawn to scale)", (right-left)/3+PADDING+titleHeight,bottom-PADDING+(titleHeight*2), true);
130 shift = -(2 * titleHeight + 3); // above dot
135 + shift + titleHeight, true);
BarGraph.java 72 int titleHeight= 0;
74 titleHeight= textHeight + GAP;
75 return MARGIN + titleHeight + n * (GAP + BARHEIGHT) + GAP + textHeight + MARGIN;
  /external/skia/gm/
drawbitmaprect.cpp 112 SkScalar titleHeight = SK_Scalar1 * 24;
114 blackPaint.setTextSize(titleHeight);
119 titleHeight, blackPaint);
121 canvas->translate(0, SK_Scalar1 * kPadY / 2 + titleHeight);
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
ScreencastView.js 647 var titleHeight = this._titleElement.offsetHeight + 4;
662 boxY = canvasHeight - titleHeight - arrowHeight;
667 } else if (anchorBottom + titleHeight + arrowHeight < canvasHeight) {
670 } else if (anchorTop - titleHeight - arrowHeight > 0) {
671 boxY = anchorTop - titleHeight - arrowHeight + 3;
686 this._context.lineTo(boxX + titleWidth, boxY + titleHeight);
688 this._context.lineTo(boxX + 4 * arrowHeight, boxY + titleHeight);
689 this._context.lineTo(boxX + 3 * arrowHeight, boxY + titleHeight + arrowHeight);
690 this._context.lineTo(boxX + 2 * arrowHeight, boxY + titleHeight);
692 this._context.lineTo(boxX, boxY + titleHeight);
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
RenderPreview.java     [all...]
  /packages/apps/Settings/src/com/android/settings/wifi/
WifiSettings.java     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/
performanceui.jar 

Completed in 358 milliseconds