OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:titleHeight
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/skia/gm/
drawbitmaprect.cpp
110
SkScalar
titleHeight
= SK_Scalar1 * 24;
112
blackPaint.setTextSize(
titleHeight
);
118
titleHeight
, blackPaint);
120
canvas->translate(0, SK_Scalar1 * kPadY / 2 +
titleHeight
);
/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/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/banners/
AppBannerView.java
692
final int
titleHeight
= contentHeight - biggerStack;
693
measureChildForSpace(mTitleView, titleWidth,
titleHeight
);
[
all
...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/
performanceui.jar
Completed in 977 milliseconds