OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:setTextSize
(Results
1 - 25
of
199
) sorted by null
1
2
3
4
5
6
7
8
/external/setupdesign/main/src/com/google/android/setupdesign/util/
DescriptionStyler.java
36
setTextSize
(description, descriptionTextSize);
51
static void
setTextSize
(TextView description, float size) {
53
description.
setTextSize
(TypedValue.COMPLEX_UNIT_PX, size);
/cts/tests/tests/text/src/android/text/style/cts/
RelativeSizeSpanTest.java
65
tp.
setTextSize
(2.0f);
70
//
setTextSize
, the value must >0, so set to negative is useless.
71
tp.
setTextSize
(-3.0f);
90
tp.
setTextSize
(2.0f);
95
//
setTextSize
, the value must >0, so set to negative is useless.
96
tp.
setTextSize
(-3.0f);
/development/samples/ApiDemos/src/com/example/android/apis/view/
LabelView.java
78
setTextSize
(textSize);
88
mTextPaint.
setTextSize
(16 * getResources().getDisplayMetrics().density);
107
public void
setTextSize
(int size) {
109
mTextPaint.
setTextSize
(size);
GridLayout3.java
66
c.
setTextSize
(32);
72
c.
setTextSize
(16);
TextSwitcher1.java
76
t.
setTextSize
(36);
/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/util/
PaintUtils.java
46
paint.
setTextSize
(PixelUtils.dpToPix(fontSizeDp));
/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/xy/
PointLabelFormatter.java
71
getTextPaint().
setTextSize
(PixelUtils.spToPix(DEFAULT_TEXT_SIZE_SP));
/development/samples/ApiDemos/src/com/example/android/apis/graphics/
UnicodeChart.java
55
mBigCharPaint.
setTextSize
(15);
59
mLabelPaint.
setTextSize
(8);
Pictures.java
47
p.
setTextSize
(30);
Typefaces.java
43
mPaint.
setTextSize
(64);
/external/tensorflow/tensorflow/examples/android/src/org/tensorflow/demo/env/
BorderedText.java
56
interiorPaint.
setTextSize
(textSize);
63
exteriorPaint.
setTextSize
(textSize);
/external/tensorflow/tensorflow/lite/examples/android/app/src/main/java/org/tensorflow/demo/env/
BorderedText.java
56
interiorPaint.
setTextSize
(textSize);
63
exteriorPaint.
setTextSize
(textSize);
/cts/hostsidetests/statsd/apps/statsdapp/src/com/android/server/cts/device/statsd/
DaveyView.java
55
mPaint.
setTextSize
(20);
/cts/tests/tests/uirendering/src/android/uirendering/cts/testinfrastructure/
CanvasClientView.java
59
paint.
setTextSize
(20);
/cts/tests/tests/uirendering27/src/android/uirendering/cts/testinfrastructure/
CanvasClientView.java
59
paint.
setTextSize
(20);
/development/samples/devbytes/animation/KeyframeAnimation/src/com/example/android/keyframeanimation/
KeyframeAnimation.java
79
paint.
setTextSize
(80);
/external/tensorflow/tensorflow/examples/android/src/org/tensorflow/demo/
RecognitionScoreView.java
43
fgPaint.
setTextSize
(textSizePx);
/external/tensorflow/tensorflow/lite/examples/android/app/src/main/java/org/tensorflow/demo/
RecognitionScoreView.java
41
fgPaint.
setTextSize
(textSizePx);
/external/webrtc/webrtc/examples/androidapp/src/org/appspot/apprtc/
HudFragment.java
97
hudViewBwe.
setTextSize
(TypedValue.COMPLEX_UNIT_PT, 5);
98
hudViewConnection.
setTextSize
(TypedValue.COMPLEX_UNIT_PT, 5);
99
hudViewVideoSend.
setTextSize
(TypedValue.COMPLEX_UNIT_PT, 5);
100
hudViewVideoRecv.
setTextSize
(TypedValue.COMPLEX_UNIT_PT, 5);
/development/samples/browseable/WatchFace/Wearable/src/com.example.android.wearable.watchface/
FitDistanceWatchFaceService.java
308
mHourPaint.
setTextSize
(textSize);
309
mMinutePaint.
setTextSize
(textSize);
310
mSecondPaint.
setTextSize
(textSize);
311
mAmPmPaint.
setTextSize
(amPmSize);
312
mColonPaint.
setTextSize
(textSize);
313
mDistanceCountPaint.
setTextSize
(
/development/apps/Development/src/com/android/development/
Details.java
102
v.
setTextSize
(fontSize);
133
error.
setTextSize
(11);
/external/skia/samplecode/
SampleFontCache.cpp
27
paint.
setTextSize
(SkIntToScalar(i));
51
paint.
setTextSize
(SkIntToScalar(i));
/external/skqp/samplecode/
SampleFontCache.cpp
27
paint.
setTextSize
(SkIntToScalar(i));
51
paint.
setTextSize
(SkIntToScalar(i));
/cts/tests/tests/text/src/android/text/cts/
TextPaintTest.java
43
paint.
setTextSize
(42f);
/cts/tests/tests/text/src/android/text/method/cts/
SingleLineTransformationMethodTest.java
75
editText.
setTextSize
(TypedValue.COMPLEX_UNIT_SP, 10);
Completed in 3029 milliseconds
1
2
3
4
5
6
7
8