HomeSort by relevance Sort by last modified time
    Searched refs:titleHeight (Results 1 - 9 of 9) 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 114 SkScalar titleHeight = SK_Scalar1 * 24;
116 blackPaint.setTextSize(titleHeight);
121 titleHeight, blackPaint);
123 canvas->translate(0, SK_Scalar1 * kPadY / 2 + titleHeight);
  /frameworks/base/core/java/android/webkit/
ZoomManager.java 494 int titleHeight = mWebView.getTitleHeight();
496 * (mInitialScrollY + mZoomCenterY - titleHeight)
497 - (mZoomCenterY - titleHeight));
498 ty = -(ty <= titleHeight ? Math.max(ty, 0) : WebViewClassic.pinLoc(ty
499 - titleHeight, mWebView.getViewHeight(), Math.round(mWebView.getContentHeight()
500 * zoomScale)) + titleHeight) + mWebView.getScrollY();
    [all...]
WebViewClassic.java     [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 309 milliseconds