Searched refs:setTextSize (Results 1 – 25 of 46) sorted by relevance
12
78 setTextSize(textSize); in LabelView()88 mTextPaint.setTextSize(16 * getResources().getDisplayMetrics().density); in initLabelView()107 public void setTextSize(int size) { in setTextSize() method in LabelView109 mTextPaint.setTextSize(size); in setTextSize()
66 c.setTextSize(32); in create()72 c.setTextSize(16); in create()
76 t.setTextSize(36); in makeView()
77 mTextPaint.setTextSize(10); in init()
55 mBigCharPaint.setTextSize(15); in SampleView()59 mLabelPaint.setTextSize(8); in SampleView()
43 mPaint.setTextSize(64); in SampleView()
47 p.setTextSize(30); in drawSomething()
43 mPaint.setTextSize(16); in SampleView()
70 mPaint.setTextSize(40); in SampleView()
54 p.setTextSize(60); in drawIntoBitmap()
63 mPaint.setTextSize(textSize); in PurgeableBitmapView()
67 mLabelPaint.setTextSize(16); in SampleView()
63 mPaint.setTextSize(64); in SampleView()
42 mPaint.setTextSize(16); in SampleView()
84 mPaint.setTextSize(16); in SampleView()
304 mHourPaint.setTextSize(textSize); in onApplyWindowInsets()305 mMinutePaint.setTextSize(textSize); in onApplyWindowInsets()306 mSecondPaint.setTextSize(textSize); in onApplyWindowInsets()307 mAmPmPaint.setTextSize(amPmSize); in onApplyWindowInsets()308 mColonPaint.setTextSize(textSize); in onApplyWindowInsets()309 … mStepCountPaint.setTextSize(resources.getDimension(R.dimen.fit_steps_or_distance_text_size)); in onApplyWindowInsets()
308 mHourPaint.setTextSize(textSize); in onApplyWindowInsets()309 mMinutePaint.setTextSize(textSize); in onApplyWindowInsets()310 mSecondPaint.setTextSize(textSize); in onApplyWindowInsets()311 mAmPmPaint.setTextSize(amPmSize); in onApplyWindowInsets()312 mColonPaint.setTextSize(textSize); in onApplyWindowInsets()313 mDistanceCountPaint.setTextSize( in onApplyWindowInsets()
308 mDatePaint.setTextSize(resources.getDimension(R.dimen.digital_date_text_size)); in onApplyWindowInsets()309 mHourPaint.setTextSize(textSize); in onApplyWindowInsets()310 mMinutePaint.setTextSize(textSize); in onApplyWindowInsets()311 mSecondPaint.setTextSize(textSize); in onApplyWindowInsets()312 mAmPmPaint.setTextSize(amPmSize); in onApplyWindowInsets()313 mColonPaint.setTextSize(textSize); in onApplyWindowInsets()
102 v.setTextSize(fontSize); in makeView()133 error.setTextSize(11);
54 text.setTextSize(10); in onCreate()
79 paint.setTextSize(80); in getDrawableForFrameNumber()
62 introFragment.getTextView().setTextSize(TypedValue.COMPLEX_UNIT_DIP, 16.0f); in onCreate()
94 p.setTextSize(64); in getBackgroundForPage()
101 paint.setTextSize(getTextSize()); in setThumbnail()
83 mTextPaint.setTextSize(FONT_SIZE); in init()