OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TEXT_SIZE
(Results
1 - 5
of
5
) sorted by null
/external/skia/gm/
verttext.cpp
15
#define
TEXT_SIZE
48
92
paint.setTextSize(SkIntToScalar(
TEXT_SIZE
));
/packages/apps/Music/src/com/android/music/
VerticalTextSpinner.java
39
private static int
TEXT_SIZE
;
109
TEXT_SIZE
= (int)(22 * scale);
110
SCROLL_DISTANCE =
TEXT_SIZE
+ TEXT_SPACING;
111
TEXT1_Y = (
TEXT_SIZE
* (-2 + 2)) + (TEXT_SPACING * (-2 + 1));
112
TEXT2_Y = (
TEXT_SIZE
* (-1 + 2)) + (TEXT_SPACING * (-1 + 1));
113
TEXT3_Y = (
TEXT_SIZE
* (0 + 2)) + (TEXT_SPACING * (0 + 1));
114
TEXT4_Y = (
TEXT_SIZE
* (1 + 2)) + (TEXT_SPACING * (1 + 1));
115
TEXT5_Y = (
TEXT_SIZE
* (2 + 2)) + (TEXT_SPACING * (2 + 1));
130
mTextPaintDark.setTextSize(
TEXT_SIZE
);
135
mTextPaintLight.setTextSize(
TEXT_SIZE
);
[
all
...]
/cts/tests/tests/graphics/src/android/graphics/cts/
PaintFlagsDrawFilterTest.java
32
private static final float
TEXT_SIZE
= 20;
59
p.setTextSize(
TEXT_SIZE
);
/external/skia/bench/
PicturePlaybackBench.cpp
25
fTextSize = SkIntToScalar(
TEXT_SIZE
);
31
TEXT_SIZE
= 10
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/fov/
DetermineFovActivity.java
49
private static final float
TEXT_SIZE
= 16;
218
float textSize =
TEXT_SIZE
* DetermineFovActivity.this.getResources()
Completed in 264 milliseconds