OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:titleHeight
(Results
1 - 10
of
10
) sorted by null
/external/universal-tween-engine/java/applets/src/aurelienribon/utils/swing/
GroupBorder.java
10
private final int
titleHeight
= 20;
32
int[] xs = {0, titleW, titleW +
titleHeight
, 0};
33
int[] ys = {0, 0,
titleHeight
,
titleHeight
};
35
gg.fillRect(0,
titleHeight
, width, height);
37
gg.drawString(title, 10,
titleHeight
- titleDescent);
47
return new Insets(!title.equals("") ? borderPadding +
titleHeight
: borderPadding, borderPadding, borderPadding, borderPadding);
/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
158
SkScalar
titleHeight
= SK_Scalar1 * 24;
160
blackPaint.setTextSize(
titleHeight
);
166
titleHeight
, blackPaint);
168
canvas->translate(0, SK_Scalar1 * kPadY / 2 +
titleHeight
);
/frameworks/base/core/java/android/widget/
Toolbar.java
[
all
...]
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
Toolbar.java
[
all
...]
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
RenderPreview.java
[
all
...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/
performanceui.jar
/prebuilts/sdk/current/support/v7/appcompat/libs/
android-support-v7-appcompat.jar
Completed in 542 milliseconds